ServiceGetOperation Method (Name) |
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(
Name name
)
Public MustOverride Function GetOperation (
name As Name
) As Operation
public:
virtual Operation^ GetOperation(
Name^ name
) abstract
abstract GetOperation :
name : Name -> Operation
Parameters
- name
- Type: Bloomberglp.BlpapiName
Return Value
Type:
OperationExceptions Exception | Condition |
---|
NotFoundException |
The operation with the specified name cannot be found.
|
See Also