Retrieves the next event available for processing on this EventQueue.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Event NextEvent()
Public Function NextEvent As Event
public: Event^ NextEvent()
Return Value
Event
Next event available on this session.
Next event available on this session.
Remarks
This method is the same as calling
NextEvent(0).
Exceptions
Exception | Condition |
---|---|
ThreadInterruptedException |
The current thread is interrupted while it is waiting for an event.
|
See Also
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1