Bloomberg API for .NET
EventDispatcher Constructor (numThreads)
NamespacesBloomberglp.BlpapiEventDispatcherEventDispatcher(Int32)
Creates an EventDispatcher with the specified number of dispatcher threads.
Declaration Syntax
C#Visual BasicVisual 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
ExceptionCondition
IOException

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