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

Parameters

name
Type: SystemString

Return Value

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