ServiceGetOperation Method (String) |
Gets the
Operation
of this Service having the specified name.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public abstract Operation GetOperation(
string name
)
Public MustOverride Function GetOperation (
name As String
) As Operation
public:
virtual Operation^ GetOperation(
String^ name
) abstract
abstract GetOperation :
name : string -> Operation
Parameters
- name
- Type: SystemString
Return Value
Type:
OperationExceptions Exception | Condition |
---|
NotFoundException |
The operation with the specified name cannot be found.
|
See Also