IManagementClient.GetOperationStatusAsync 方法

Asynchronously returns the status of the specified operation.

命名空间: Microsoft.WindowsAzure.Management
程序集: Microsoft.WindowsAzure.Management(在 Microsoft.WindowsAzure.Management.dll 中)

使用

用法
Dim instance As IManagementClient
Dim requestId As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of OperationStatusResponse)

returnValue = instance.GetOperationStatusAsync(requestId, cancellationToken)

语法

声明
Function GetOperationStatusAsync ( _
    requestId As String, _
    cancellationToken As CancellationToken _
) As Task(Of OperationStatusResponse)
Task<OperationStatusResponse> GetOperationStatusAsync (
    string requestId,
    CancellationToken cancellationToken
)
Task<OperationStatusResponse^>^ GetOperationStatusAsync (
    String^ requestId, 
    CancellationToken cancellationToken
)
Task<OperationStatusResponse> GetOperationStatusAsync (
    String requestId, 
    CancellationToken cancellationToken
)
function GetOperationStatusAsync (
    requestId : String, 
    cancellationToken : CancellationToken
) : Task<OperationStatusResponse>

参数

  • requestId
    The request ID of the asynchronous request. The request ID is returned in the x-ms-request-id response header for every request.
  • cancellationToken
    The cancellation token.

返回值

An OperationStatusResponse object that contains the status of the specified asynchronous operation.

备注

After calling an asynchronous operation, you can use this method to determine whether the operation has succeeded, failed, or is still in progress. If the asynchronous operation succeeds, the response includes the HTTP status code for the successful request. If the asynchronous operation failed, the response includes the HTTP status code for the failed request, and also includes error information about the failure.

For more information about obtaining the status of an operation, see Get Operation Status.

线程安全

此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。

平台

开发平台

Windows Vista、Windows 7 和 Windows Server 2008

目标平台

另请参阅

参考

IManagementClient 接口
IManagementClient 成员
Microsoft.WindowsAzure.Management 命名空间