Click or drag to resize
OperationResponseDefinition Method
Returns a read-only SchemaElementDefinition which defines the schema of a possible response with name that this Operation delivers.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax
public abstract SchemaElementDefinition ResponseDefinition(
	Name name
)

Parameters

name
Type: Bloomberglp.BlpapiName

Return Value

Type: SchemaElementDefinition
Exceptions
ExceptionCondition
NotFoundException Thrown when name does not identify one of the possible responses this Operation delivers.
See Also