| Session Constructor (SessionOptions, EventHandler) |
Creates a session with the specified
sessionOptions and dispatch
events on this session to the specified
handler
RemarksValues 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.21.0.1
Syntaxpublic Session(
SessionOptions sessionOptions,
EventHandler handler
)
Public Sub New (
sessionOptions As SessionOptions,
handler As EventHandler
)
public:
Session(
SessionOptions^ sessionOptions,
EventHandler^ handler
)
new :
sessionOptions : SessionOptions *
handler : EventHandler -> SessionParameters
- sessionOptions
- Type: Bloomberglp.BlpapiSessionOptions
- handler
- Type: Bloomberglp.BlpapiEventHandler
See Also