ServiceGetEventDefinition Method (String) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.9.1
Syntax public abstract SchemaElementDefinition GetEventDefinition(
string name
)
Public MustOverride Function GetEventDefinition (
name As String
) As SchemaElementDefinition
public:
virtual SchemaElementDefinition^ GetEventDefinition(
String^ name
) abstract
abstract GetEventDefinition :
name : string -> SchemaElementDefinition
Parameters
- name
- Type: SystemString
Return Value
Type:
SchemaElementDefinitionExceptions Exception | Condition |
---|
NotFoundException |
The Event having the specified name cannot be found in this Service.
|
See Also