Click or drag to resize

IWsDBaaSGetScheduledOperationExecutions Method

This method gets the information of all the executions of a specific scheduled operation

Namespace:  Aruba.Cloud.WsDBaaS
Assembly:  WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
WsResult<List<ScheduledOperationExecutionResponse>> GetScheduledOperationExecutions(
	GetScheduledOperationExecutionsRequest request
)

Parameters

request
Type: Aruba.Cloud.WsDBaaS.RequestsGetScheduledOperationExecutionsRequest

Return Value

Type: WsResultListScheduledOperationExecutionResponse
See Also