| 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.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
SyntaxFunction NextEvent As Event
abstract NextEvent : unit -> Event
Return Value
Type:
Event
The next
Event available.
See Also