| 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.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic Session(
SessionOptions sessionOptions,
EventHandler eventHandler
)
Public Sub New (
sessionOptions As SessionOptions,
eventHandler As EventHandler
)
public:
Session(
SessionOptions^ sessionOptions,
EventHandler^ eventHandler
)
new :
sessionOptions : SessionOptions *
eventHandler : EventHandler -> SessionParameters
- sessionOptions
- Type: Bloomberglp.BlpapiSessionOptions
- eventHandler
- Type: Bloomberglp.BlpapiEventHandler
See Also