EventDispatcher Constructor (Int32, Int32) |
Note: This API is now obsolete.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntax [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
)
[<ObsoleteAttribute("Deprecated as of release 3.1.0.0")>]
new :
numThreads : int *
maxPendingEvents : int -> EventDispatcher
Parameters
- numThreads
- Type: SystemInt32
- maxPendingEvents
- Type: SystemInt32
Exceptions Exception | Condition |
---|
IOException | |
See Also