Operation objects are obtained from a Service
object and it
represents an Operation that can be executed on a Service.
| C# | Visual Basic | Visual C++ |
public abstract class Operation
Public MustInherit Class Operation
public ref class Operation abstract
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Operation()()()() | Initializes a new instance of the Operation class | |
| Description |
Gets a string that contains a human readable description of this
Operation.
| |
| GetResponseDefinition(Int32) |
Gets a read-only SchemaElementDefinition which defines the schema of
the 'index'th possible response that this Operation delivers.
| |
| Name |
Gets the name of this Operation.
| |
| NumResponseDefinition |
Gets the number of the response types that can be returned by this
Operation.
| |
| RequestDefinition |
Gets a read-only SchemaElementDefinition which defines the schema for
this Operation.
| |
| RequestType | Obsolete.
Gets the TypeDefinition of request for this Operation.
| |
| ResponseDefinitions |
Gets an enumerable collection of all definitions of responses.
| |
| ResponseType | Obsolete.
Gets the TypeDefinitions of the possible
responses for this Operation.
| |
| Status |
Gets the status of this Operation.
|
Operation provides
read-only access to the schema of the Operation's Request and the schema of
the possible responses.
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
| Object | |
| Operation | |
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1