DeferredOperationStatus 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.
Contains information about the status of a deferred operation.
public ref class DeferredOperationStatus : Microsoft::Xrm::Sdk::Deployment::DeploymentObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DeferredOperationStatus", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class DeferredOperationStatus : Microsoft.Xrm.Sdk.Deployment.DeploymentObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="DeferredOperationStatus", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type DeferredOperationStatus = class
inherit DeploymentObject
Public Class DeferredOperationStatus
Inherits DeploymentObject
- Inheritance
- Attributes
Constructors
DeferredOperationStatus() |
Initializes a new instance of the DeferredOperationStatus class. |
Properties
AssociatedEntityInstance |
Gets or sets the ID of the deployment entity instance associated with this deferred operation. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentObject) |
ProcessingCompletedTime |
Gets or sets the time that the deferred operation processing completed. |
ProcessingError |
Gets or sets the error information for the deferred operation. |
ProcessingStartTime |
Gets or sets the time that the deferred operation processing started. |
State |
Gets or sets the current state of the deferred operation. |
SubmissionTime |
Gets or sets the time that the deferred operation processing was submitted. |