Creates an EventDispatcher with the specified number of dispatcher
threads.
| C# | Visual Basic | Visual C++ |
public EventDispatcher( int numThreads )
Public Sub New ( numThreads As Integer )
public: EventDispatcher( int numThreads )
- numThreads (Int32)
- The number of dispatcher threads to create
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.
| Exception | Condition |
|---|---|
| IOException |
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1