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.16.0.1
Syntax Function NextEvent As Event
abstract NextEvent : unit -> Event
Return Value
Type:
Event
The next
Event available.
See Also