Click or drag to resize
ServiceGetEventDefinition Method (String)
Gets the SchemaElementDefinition of the event of this Service with the specified name.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract SchemaElementDefinition GetEventDefinition(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: SchemaElementDefinition
Exceptions
ExceptionCondition
NotFoundException The Event having the specified name cannot be found in this Service.
See Also