ServiceGetEventDefinition Method (Int32) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.1
Syntax public abstract SchemaElementDefinition GetEventDefinition(
int index
)
Public MustOverride Function GetEventDefinition (
index As Integer
) As SchemaElementDefinition
public:
virtual SchemaElementDefinition^ GetEventDefinition(
int index
) abstract
abstract GetEventDefinition :
index : int -> SchemaElementDefinition
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SchemaElementDefinitionExceptions See Also