| TestUtilCreateEvent Method |
Namespace:
Bloomberglp.Blpapi.Test
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntaxpublic static Event CreateEvent(
EventEventType eventType
)
Public Shared Function CreateEvent (
eventType As EventEventType
) As Event
public:
static Event^ CreateEvent(
EventEventType eventType
)
static member CreateEvent :
eventType : EventEventType -> Event
Parameters
- eventType
- Type: Bloomberglp.BlpapiEventEventType
The type of the Event to create.
Return Value
Type:
Event
Returns an
Event of the requested type.
See Also