Udostępnij przez


DeferredOperationResponse Class

Definition

Base class for all asynchronous responses for the deployment Web service.

public ref class DeferredOperationResponse : Microsoft::Xrm::Sdk::Deployment::DeploymentServiceResponse
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DeferredOperationResponse", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationResponse))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationResponse))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationResponse))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationResponse))]
public class DeferredOperationResponse : Microsoft.Xrm.Sdk.Deployment.DeploymentServiceResponse
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="DeferredOperationResponse", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Deployment.BeginCreateOrganizationResponse))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Deployment.BeginUpgradeOrganizationResponse))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Deployment.BeginImportOrganizationResponse))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.Deployment.BeginUpdateOrganizationResponse))>]
type DeferredOperationResponse = class
    inherit DeploymentServiceResponse
Public Class DeferredOperationResponse
Inherits DeploymentServiceResponse
Inheritance
DeferredOperationResponse
Derived
Attributes

Constructors

Name Description
DeferredOperationResponse()

Initializes a new instance of the DeferredOperationResponse class.

Properties

Name Description
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentServiceResponse)
OperationId

Gets the ID of the asynchronous request.

Applies to