Click or drag to resize
EventDispatcherStopOption Class
Enumerations for controlled shutdown of the EventDispatcher.
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiEventDispatcherStopOption

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public class StopOption

The EventDispatcherStopOption type exposes the following members.

Methods
  NameDescription
Public methodToString
Return the string representation of this object.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberASYNC
Stops the EventDispatcher and returns immediately.
Public fieldStatic memberSYNC
Stops the EventDispatcher and doesn't return until no more events are being processed.
Top
See Also