Click or drag to resize
IEventQueueNextEvent Method
Retrieves the next Event available for processing.

This method is the same as calling NextEvent(Int64) with 0 milliseconds.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax
Event NextEvent()

Return Value

Type: Event
The next Event available.
See Also