Click or drag to resize
AbstractSessionDispatchEvent Method
Dispatches event with event handler if it has been set otherwise do nothing. Event handlers are set by a library client in case of async session. SetEventHandler(ISessionEventHandler), SetEventHandler(ISessionEventHandler, EventEventType), EventEventType

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax
protected void DispatchEvent(
	Event eventObj
)

Parameters

eventObj
Type: Bloomberglp.BlpapiEvent
The event for dispatching.
Exceptions
ExceptionCondition
ArgumentNullExceptioneventObj is null.
See Also