| EventDispatcher Class |
Note: This API is now obsolete.
Namespace: Bloomberglp.Blpapi
The EventDispatcher type exposes the following members.
| Name | Description | |
|---|---|---|
| EventDispatcher |
Same as calling
EventDispatcher(0).
| |
| EventDispatcher(Int32) |
Creates an EventDispatcher with the specified number of dispatcher
threads.
| |
| EventDispatcher(Int32, Int32) | Obsolete.
Deprecated As of release 3.1.0.0 use
SessionOptions.setMaxEventQueueSize(int)
for setting the event queue size per session
|
| Name | Description | |
|---|---|---|
| NumActiveThreads | Gets the number of active threads dispatching events in this
EventDispatcher.
|
| Name | Description | |
|---|---|---|
| DispatcherThread | Adds a event dispatcher thread to this EventDispatcher.
| |
| Start |
Starts generating callbacks for events from Sessions associated with this EventDispatcher.
| |
| Stop |
Same as calling Stop(StopOption)
with StopOption.SYNC.
| |
| Stop(EventDispatcherStopOption) |
Stops generating callbacks for events from sessions.
|