IDeploymentServiceChannel Interface
Applies To: Dynamics CRM 2015
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 class IDeploymentServiceChannel : IDeploymentService,
IClientChannel, IContextChannel, IChannel, ICommunicationObject,
IExtensibleObject<IContextChannel^>, IDisposable
type IDeploymentServiceChannel =
interface
interface IDeploymentService
interface IClientChannel
interface IContextChannel
interface IChannel
interface ICommunicationObject
interface IExtensibleObject<IContextChannel>
interface IDisposable
end
Public Interface IDeploymentServiceChannel
Inherits IDeploymentService, IClientChannel, IContextChannel,
IChannel, ICommunicationObject, IExtensibleObject(Of IContextChannel),
IDisposable
Properties
Name | Description | |
---|---|---|
AllowInitializationUI | (Inherited from IClientChannel.) |
|
AllowOutputBatching | (Inherited from IContextChannel.) |
|
DidInteractiveInitialization | (Inherited from IClientChannel.) |
|
Extensions | (Inherited from IExtensibleObject<T>.) |
|
InputSession | (Inherited from IContextChannel.) |
|
LocalAddress | (Inherited from IContextChannel.) |
|
OperationTimeout | (Inherited from IContextChannel.) |
|
OutputSession | (Inherited from IContextChannel.) |
|
RemoteAddress | (Inherited from IContextChannel.) |
|
SessionId | (Inherited from IContextChannel.) |
|
State | (Inherited from ICommunicationObject.) |
|
Via | (Inherited from IClientChannel.) |
Methods
Events
Name | Description | |
---|---|---|
Closed | (Inherited from ICommunicationObject.) |
|
Closing | (Inherited from ICommunicationObject.) |
|
Faulted | (Inherited from ICommunicationObject.) |
|
Opened | (Inherited from ICommunicationObject.) |
|
Opening | (Inherited from ICommunicationObject.) |
|
UnknownMessageReceived | (Inherited from IClientChannel.) |
See Also
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright