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