Click or drag to resize
ServiceGetEventDefinition Method (Int32)
Gets the SchemaElementDefinition of the event of this Service at the specified index.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public abstract SchemaElementDefinition GetEventDefinition(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: SchemaElementDefinition
Exceptions
ExceptionCondition
IndexOutOfRangeException index >= NumEventDefinitions.
See Also