Click or drag to resize
EventGetMessages Method
Creates an enumerable collection of all messages in this event.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public IEnumerable<Message> GetMessages()

Return Value

Type: IEnumerableMessage
An enumerabale collection of Message.
See Also