Bloomberg API for .NET
EventDispatcher Constructor (numThreads, maxPendingEvents)
NamespacesBloomberglp.BlpapiEventDispatcherEventDispatcher(Int32, Int32)
Deprecated As of release 3.1.0.0 use SessionOptions.setMaxEventQueueSize(int) for setting the event queue size per session
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated as of release 3.1.0.0")]
public EventDispatcher(
	int numThreads,
	int maxPendingEvents
)
<ObsoleteAttribute("Deprecated as of release 3.1.0.0")> 
Public Sub New ( 
	numThreads As Integer,
	maxPendingEvents As Integer
)
public:
[ObsoleteAttribute(L"Deprecated as of release 3.1.0.0")]
EventDispatcher(
	int numThreads, 
	int maxPendingEvents
)
Parameters
numThreads (Int32)
maxPendingEvents (Int32)
Exceptions
ExceptionCondition
IOException

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