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.13.2.1
Syntax
public class StopOption

The EventDispatcherStopOption type exposes the following members.

Methods
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