Click or drag to resize
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.13.2.1
Syntax
public EventDispatcher(
	int numThreads
)

Parameters

numThreads
Type: SystemInt32
The number of dispatcher threads to create
Exceptions
ExceptionCondition
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