Click or drag to resize
Session Constructor (SessionOptions, EventHandler)
Creates a session with the specified sessionOptions and dispatch events on this session to the specified handler
Remarks
Values in sessionOptions are used for configuring this session. The event handler to which all events are delivered.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public Session(
	SessionOptions sessionOptions,
	EventHandler handler
)

Parameters

sessionOptions
Type: Bloomberglp.BlpapiSessionOptions
handler
Type: Bloomberglp.BlpapiEventHandler
See Also