Session Constructor (SessionOptions, EventHandler) |
Creates a session with the specified
sessionOptions and dispatch
events on this session to the specified
handlerRemarks 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.15.0.1
Syntax public 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 -> Session
Parameters
- sessionOptions
- Type: Bloomberglp.BlpapiSessionOptions
- handler
- Type: Bloomberglp.BlpapiEventHandler
See Also