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

Parameters

index
Type: SystemInt32

Return Value

Type: Operation
Exceptions
ExceptionCondition
IndexOutOfRangeException index >= NumOperations.
See Also