Bloomberg API for .NET
DispatcherThread Method
NamespacesBloomberglp.BlpapiEventDispatcherDispatcherThread()()()()
Adds a event dispatcher thread to this EventDispatcher.
Declaration Syntax
C#Visual BasicVisual C++
public void DispatcherThread()
Public Sub DispatcherThread
public:
void DispatcherThread()
Remarks

By calling this method applications provide a thread to the EventDispatcher for it to use to dispatch events. This call will not return until the EventDispatcher stops dispatching events. The application can call this method multiple times for the same instance of an EventDispatcher to provide a pool of threads.

dispatcherThread() can be called at any time either before or after start() has been called on the EventDispatcher but events will only be dispatched after start() has been called.

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