Sdílet prostřednictvím


OperationStatusResult Class

Definition

The current status of an async operation.

public class OperationStatusResult
type OperationStatusResult = class
Public Class OperationStatusResult
Inheritance
OperationStatusResult
Derived

Constructors

OperationStatusResult()

Initializes a new instance of the OperationStatusResult class.

OperationStatusResult(String, String, String, Nullable<Double>, Nullable<DateTime>, Nullable<DateTime>, IList<OperationStatusResult>, ErrorDetail)

Initializes a new instance of the OperationStatusResult class.

Properties

EndTime

Gets or sets the end time of the operation.

Error

Gets or sets if present, details of the operation error.

Id

Gets or sets fully qualified ID for the async operation.

Name

Gets or sets name of the async operation.

Operations

Gets or sets the operations list.

PercentComplete

Gets or sets percent of the operation that is complete.

StartTime

Gets or sets the start time of the operation.

Status

Gets or sets operation status.

Methods

Validate()

Validate the object.

Applies to