Click or drag to resize
AbstractSessionStopOption Enumeration
Enumerations for controlled shutdown of the session.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public enum StopOption
Members
  Member nameValueDescription
SYNC0 Stops the Seesion and doesn't return until no more events are being processed.
ASYNC1 Stops the Seesion and returns immediately.
See Also