Click or drag to resize
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.12.5.1
Syntax
public abstract Operation GetOperation(
	Name name
)

Parameters

name
Type: Bloomberglp.BlpapiName

Return Value

Type: Operation
Exceptions
ExceptionCondition
NotFoundException The operation with the specified name cannot be found.
See Also