Stops generating callbacks for events from sessions.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Stop( EventDispatcher..::..StopOption stopOption )
Public Sub Stop ( stopOption As EventDispatcher..::..StopOption )
public: void Stop( EventDispatcher..::..StopOption^ stopOption )
Parameters
- stopOption (EventDispatcher..::..StopOption)
Remarks
If the specified stopOption
is StopOption.SYNC
then this method blocks until all current callbacks which were dispatched
through this EventDispatcher have completed. If the stopOption is
StopOption.ASYNC
then this method returns immediately and no
further callbacks will be dispatched.
Exceptions
Exception | Condition |
---|---|
ThreadInterruptedException |
The current thread is interrupted while it is waiting.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1