| Session Constructor (SessionOptions) |
Creates a session with the specified
sessionOptions.
Remarks
Values in sessionOptions are used for configuring this session.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntaxpublic Session(
SessionOptions sessionOptions
)
Public Sub New (
sessionOptions As SessionOptions
)
public:
Session(
SessionOptions^ sessionOptions
)
new :
sessionOptions : SessionOptions -> SessionParameters
- sessionOptions
- Type: Bloomberglp.BlpapiSessionOptions
See Also