IWsDBaaSGetScheduledOperationExecution Method
|
This method gets the information of an execution of a scheduled operation
Namespace:
Aruba.Cloud.WsDBaaS
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<ScheduledOperationExecutionResponse> GetScheduledOperationExecution(
GetScheduledOperationExecutionRequest request
)
<OperationContractAttribute>
Function GetScheduledOperationExecution (
request As GetScheduledOperationExecutionRequest
) As WsResult(Of ScheduledOperationExecutionResponse)
[OperationContractAttribute]
WsResult<ScheduledOperationExecutionResponse^>^ GetScheduledOperationExecution(
GetScheduledOperationExecutionRequest^ request
)
[<OperationContractAttribute>]
abstract GetScheduledOperationExecution :
request : GetScheduledOperationExecutionRequest -> WsResult<ScheduledOperationExecutionResponse>
function GetScheduledOperationExecution(
request : GetScheduledOperationExecutionRequest
) : WsResult<ScheduledOperationExecutionResponse>
Parameters
- request
- Type: Aruba.Cloud.WsDBaaS.RequestsGetScheduledOperationExecutionRequest
Return Value
Type:
WsResultScheduledOperationExecutionResponse
See Also