Sdílet prostřednictvím


AsyncOperationResult Class

Definition

The azure async operation response.

public class AsyncOperationResult
type AsyncOperationResult = class
Public Class AsyncOperationResult
Inheritance
AsyncOperationResult

Constructors

AsyncOperationResult()

Initializes a new instance of the AsyncOperationResult class.

AsyncOperationResult(String, Errors)

Initializes a new instance of the AsyncOperationResult class.

Properties

Error

Gets or sets the operation error information.

Status

Gets or sets the async operation state. Possible values include: 'InProgress', 'Succeeded', 'Failed'

Applies to