Click or drag to resize
EventDispatcher Constructor (Int32, Int32)

Note: This API is now obsolete.

Deprecated As of release 3.1.0.0 use SessionOptions.setMaxEventQueueSize(int) for setting the event queue size per session

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
[ObsoleteAttribute("Deprecated as of release 3.1.0.0")]
public EventDispatcher(
	int numThreads,
	int maxPendingEvents
)

Parameters

numThreads
Type: SystemInt32
maxPendingEvents
Type: SystemInt32
Exceptions
ExceptionCondition
IOException
See Also