OperationResponse Class

Definition

Response for long running operation

public class OperationResponse
type OperationResponse = class
Public Class OperationResponse
Inheritance
OperationResponse

Constructors

OperationResponse()

Initializes a new instance of the OperationResponse class.

OperationResponse(String, Nullable<DateTime>, DataShareErrorInfo, Nullable<DateTime>)

Initializes a new instance of the OperationResponse class.

Properties

EndTime

Gets or sets start time

Error

Gets or sets the error property when status is failed.

StartTime

Gets or sets start time

Status

Gets or sets operation state of the long running operation. Possible values include: 'Accepted', 'InProgress', 'TransientFailure', 'Succeeded', 'Failed', 'Canceled'

Methods

Validate()

Validate the object.

Applies to