Click or drag to resize
Operation Class
Operation objects are obtained from a Service object and it represents an Operation that can be executed on a Service.
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiOperation

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract class Operation

The Operation type exposes the following members.

Constructors
  NameDescription
Protected methodOperation
Initializes a new instance of the Operation class
Top
Properties
  NameDescription
Public propertyDescription
Gets a string that contains a human readable description of this Operation.
Public propertyName
Gets the name of this Operation.
Public propertyNumResponseDefinition
Gets the number of the response types that can be returned by this Operation.
Public propertyRequestDefinition
Gets a read-only SchemaElementDefinition which defines the schema for this Operation.
Public propertyRequestType Obsolete.
Gets the TypeDefinition of request for this Operation. RequestDefinition
Public propertyResponseDefinitions
Gets an enumerable collection of all definitions of responses.
Public propertyResponseType Obsolete.
Gets the TypeDefinitions of the possible responses for this Operation.
Public propertyStatus
Gets the status of this Operation.
Top
Methods
  NameDescription
Public methodGetResponseDefinition
Gets a read-only SchemaElementDefinition which defines the schema of the 'index'th possible response that this Operation delivers.
Top
Remarks
Operation provides read-only access to the schema of the Operation's Request and the schema of the possible responses.
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also