EventDispatcher Constructor (Int32) |
Creates an EventDispatcher with the specified number of dispatcher
threads.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax public EventDispatcher(
int numThreads
)
Public Sub New (
numThreads As Integer
)
public:
EventDispatcher(
int numThreads
)
new :
numThreads : int -> EventDispatcher
Parameters
- numThreads
- Type: SystemInt32
The number of dispatcher threads to create
Exceptions Exception | Condition |
---|
IOException | |
Remarks
The specified number of threads is >= 1 then a pool of numThreads
threads are created to dispatch events. The behavior is undefined if
numThreads is zero.
See Also