Click or drag to resize
OperationGetResponseDefinition Method
Gets a read-only SchemaElementDefinition which defines the schema of the 'index'th possible response that this Operation delivers.

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

Parameters

index
Type: SystemInt32

Return Value

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