OperationResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET