IDeploymentServiceChannel Interface

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Interface for the deployment web service channel.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

public interface IDeploymentServiceChannel : IDeploymentService, 
    IClientChannel, IContextChannel, IChannel, ICommunicationObject, 
    IExtensibleObject<IContextChannel>, IDisposable
Public Interface IDeploymentServiceChannel
    Inherits IDeploymentService, IClientChannel, IContextChannel,
    IChannel, ICommunicationObject, IExtensibleObject(Of IContextChannel),
    IDisposable

Properties

Name Description
System_CAPS_pubproperty AllowInitializationUI

(Inherited from IClientChannel.)

System_CAPS_pubproperty AllowOutputBatching

(Inherited from IContextChannel.)

System_CAPS_pubproperty DidInteractiveInitialization

(Inherited from IClientChannel.)

System_CAPS_pubproperty Extensions

(Inherited from IExtensibleObject<T>.)

System_CAPS_pubproperty InputSession

(Inherited from IContextChannel.)

System_CAPS_pubproperty LocalAddress

(Inherited from IContextChannel.)

System_CAPS_pubproperty OperationTimeout

(Inherited from IContextChannel.)

System_CAPS_pubproperty OutputSession

(Inherited from IContextChannel.)

System_CAPS_pubproperty RemoteAddress

(Inherited from IContextChannel.)

System_CAPS_pubproperty SessionId

(Inherited from IContextChannel.)

System_CAPS_pubproperty State

(Inherited from ICommunicationObject.)

System_CAPS_pubproperty Via

(Inherited from IClientChannel.)

Methods

Name Description
System_CAPS_pubmethod Abort()

(Inherited from ICommunicationObject.)

System_CAPS_pubmethod BeginClose(AsyncCallback, Object)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethod BeginClose(TimeSpan, AsyncCallback, Object)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethod BeginDisplayInitializationUI(AsyncCallback, Object)

(Inherited from IClientChannel.)

System_CAPS_pubmethod BeginOpen(AsyncCallback, Object)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethod BeginOpen(TimeSpan, AsyncCallback, Object)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethod Close()

(Inherited from ICommunicationObject.)

System_CAPS_pubmethod Close(TimeSpan)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethod Delete(DeploymentEntityType, EntityInstanceId)

Deletes a deployment record.(Inherited from IDeploymentService.)

System_CAPS_pubmethod DisplayInitializationUI()

(Inherited from IClientChannel.)

System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

System_CAPS_pubmethod EndClose(IAsyncResult)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethod EndDisplayInitializationUI(IAsyncResult)

(Inherited from IClientChannel.)

System_CAPS_pubmethod EndOpen(IAsyncResult)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethod Execute(DeploymentServiceRequest)

Executes a message in the form of a request, and returns a response.(Inherited from IDeploymentService.)

System_CAPS_pubmethod GetProperty<T>()

(Inherited from IChannel.)

System_CAPS_pubmethod Open()

(Inherited from ICommunicationObject.)

System_CAPS_pubmethod Open(TimeSpan)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethod Retrieve(DeploymentEntityType, EntityInstanceId)

Retrieves a deployment record.(Inherited from IDeploymentService.)

System_CAPS_pubmethod RetrieveAll(DeploymentEntityType)

Retrieves all deployment records for the specified deployment entity type.(Inherited from IDeploymentService.)

System_CAPS_pubmethod Update(DeploymentObject)

Updates a deployment record.(Inherited from IDeploymentService.)

Events

Name Description
System_CAPS_pubevent Closed

(Inherited from ICommunicationObject.)

System_CAPS_pubevent Closing

(Inherited from ICommunicationObject.)

System_CAPS_pubevent Faulted

(Inherited from ICommunicationObject.)

System_CAPS_pubevent Opened

(Inherited from ICommunicationObject.)

System_CAPS_pubevent Opening

(Inherited from ICommunicationObject.)

System_CAPS_pubevent UnknownMessageReceived

(Inherited from IClientChannel.)

See Also

Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright