IDeploymentServiceChannel Interface

 

Updated: November 29, 2016

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)

public interface IDeploymentServiceChannel : IDeploymentService, 
	IClientChannel, IContextChannel, IChannel, ICommunicationObject, 
	IExtensibleObject<IContextChannel>, IDisposable

NameDescription
System_CAPS_pubmethodAbort()

(Inherited from ICommunicationObject.)

System_CAPS_pubmethodBeginClose(AsyncCallback, Object)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethodBeginClose(TimeSpan, AsyncCallback, Object)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethodBeginDisplayInitializationUI(AsyncCallback, Object)

(Inherited from IClientChannel.)

System_CAPS_pubmethodBeginOpen(AsyncCallback, Object)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethodBeginOpen(TimeSpan, AsyncCallback, Object)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethodClose()

(Inherited from ICommunicationObject.)

System_CAPS_pubmethodClose(TimeSpan)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethodDelete(DeploymentEntityType, EntityInstanceId)

Deletes a deployment record.(Inherited from IDeploymentService.)

System_CAPS_pubmethodDisplayInitializationUI()

(Inherited from IClientChannel.)

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodEndClose(IAsyncResult)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethodEndDisplayInitializationUI(IAsyncResult)

(Inherited from IClientChannel.)

System_CAPS_pubmethodEndOpen(IAsyncResult)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethodExecute(DeploymentServiceRequest)

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

System_CAPS_pubmethodGetProperty<T>()

(Inherited from IChannel.)

System_CAPS_pubmethodOpen()

(Inherited from ICommunicationObject.)

System_CAPS_pubmethodOpen(TimeSpan)

(Inherited from ICommunicationObject.)

System_CAPS_pubmethodRetrieve(DeploymentEntityType, EntityInstanceId)

Retrieves a deployment record.(Inherited from IDeploymentService.)

System_CAPS_pubmethodRetrieveAll(DeploymentEntityType)

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

System_CAPS_pubmethodUpdate(DeploymentObject)

Updates a deployment record.(Inherited from IDeploymentService.)

NameDescription
System_CAPS_pubeventClosed

(Inherited from ICommunicationObject.)

System_CAPS_pubeventClosing

(Inherited from ICommunicationObject.)

System_CAPS_pubeventFaulted

(Inherited from ICommunicationObject.)

System_CAPS_pubeventOpened

(Inherited from ICommunicationObject.)

System_CAPS_pubeventOpening

(Inherited from ICommunicationObject.)

System_CAPS_pubeventUnknownMessageReceived

(Inherited from IClientChannel.)

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: