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.24.4.1
Syntax protected void Init(
SessionOptions sessionOptions,
EventDispatcher eventDispatcher,
bool isAsyncSession
)
Protected Sub Init (
sessionOptions As SessionOptions,
eventDispatcher As EventDispatcher,
isAsyncSession As Boolean
)
protected:
void Init(
SessionOptions^ sessionOptions,
EventDispatcher^ eventDispatcher,
bool isAsyncSession
)
member Init :
sessionOptions : SessionOptions *
eventDispatcher : EventDispatcher *
isAsyncSession : bool -> unit
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