AbstractSessionStopOption Enumeration |
Enumerations for controlled shutdown of the session.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.18.1.1
Syntax Public Enumeration StopOption
public enum class StopOption
Members
| Member name | Value | Description |
---|
| SYNC | 0 | Stops the Seesion and
doesn't return until no more events
are being processed.
|
| ASYNC | 1 | Stops the Seesion
and returns immediately. |
See Also