Click or drag to resize
AbstractSessionInit Method
Initialize AbstractSession. Must be called from the constructor(s) of the derived class.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
protected void Init(
	SessionOptions sessionOptions,
	EventDispatcher eventDispatcher,
	bool isAsyncSession
)

Parameters

sessionOptions
Type: Bloomberglp.BlpapiSessionOptions
Values in sessionOptions are used for configuring this session.
eventDispatcher
Type: Bloomberglp.BlpapiEventDispatcher
The dispatcher to be used for dispatching events.
isAsyncSession
Type: SystemBoolean
Whether session is asynchronous.
See Also