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
Constructors
OperationStatusResult() |
Initializes a new instance of the OperationStatusResult class. |
OperationStatusResult(String, String, String, IDictionary<String,String>, ErrorDetail) |
Initializes a new instance of the OperationStatusResult class. |
Properties
Error |
Gets 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. |
Properties |
Gets or sets additional information, if available. |
Status |
Gets or sets operation status. |