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 eventHandler.
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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public Session(
	SessionOptions sessionOptions,
	EventHandler eventHandler
)

Parameters

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