Bloomberg API for .NET
Stop Method (stopOption)
NamespacesBloomberglp.BlpapiEventDispatcherStop(EventDispatcher..::..StopOption)
Stops generating callbacks for events from sessions.
Declaration Syntax
C#Visual BasicVisual C++
public void Stop(
	EventDispatcher..::..StopOption stopOption
)
Public Sub Stop ( 
	stopOption As EventDispatcher..::..StopOption
)
public:
void Stop(
	EventDispatcher..::..StopOption^ stopOption
)
Parameters
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
ExceptionCondition
ThreadInterruptedException The current thread is interrupted while it is waiting.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1