OperationStatusResult 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.
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. |