ServiceGetOperation Method (Int32) |
Gets the
Operation of this Service
at the specified index.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax public abstract Operation GetOperation(
int index
)
Public MustOverride Function GetOperation (
index As Integer
) As Operation
public:
virtual Operation^ GetOperation(
int index
) abstract
abstract GetOperation :
index : int -> Operation
Parameters
- index
- Type: SystemInt32
Return Value
Type:
OperationExceptions Exception | Condition |
---|
IndexOutOfRangeException |
index >= NumOperations.
|
See Also