Click or drag to resize
IEventQueueTryNextEvent Method
Tries to retrieve the next Event available for processing.

This method never blocks.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax
Event TryNextEvent()

Return Value

Type: Event
Next Event if available or null if no Event is available immediately.
See Also