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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public abstract Operation GetOperation(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

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