IAutomationManagementClient.GetOperationResultStatusAsync Method (String, CancellationToken)

 

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Task<LongRunningOperationResultResponse> GetOperationResultStatusAsync(
	string operationStatusLink,
	CancellationToken cancellationToken
)

Parameters

operationStatusLink
Type: System.String

Location value returned by the Begin operation.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<LongRunningOperationResultResponse>

A standard service response for long running operations.

Return to top
Show: