IDeploymentServiceChannel Interface
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.
Interface for the deployment web service channel.
public interface class IDeploymentServiceChannel : IDisposable, Microsoft::Xrm::Sdk::Deployment::IDeploymentService, System::ServiceModel::IClientChannel, System::ServiceModel::IExtensibleObject<System::ServiceModel::IContextChannel ^>
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
public interface IDeploymentServiceChannel : IDisposable, Microsoft.Xrm.Sdk.Deployment.IDeploymentService, System.ServiceModel.IClientChannel, System.ServiceModel.IExtensibleObject<System.ServiceModel.IContextChannel>
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
type IDeploymentServiceChannel = interface
interface IDeploymentService
interface IClientChannel
interface IContextChannel
interface IChannel
interface ICommunicationObject
interface IExtensibleObject<IContextChannel>
interface IDisposable
Public Interface IDeploymentServiceChannel
Implements IClientChannel, IDeploymentService, IDisposable, IExtensibleObject(Of IContextChannel)
- Attributes
- Implements
Methods
Delete(DeploymentEntityType, EntityInstanceId) |
Deletes a deployment record. (Inherited from IDeploymentService) |
Execute(DeploymentServiceRequest) |
Executes a message in the form of a request, and returns a response. (Inherited from IDeploymentService) |
Retrieve(DeploymentEntityType, EntityInstanceId) |
Retrieves a deployment record. (Inherited from IDeploymentService) |
RetrieveAll(DeploymentEntityType) |
Retrieves all deployment records for the specified deployment entity type. (Inherited from IDeploymentService) |
Update(DeploymentObject) |
Updates a deployment record. (Inherited from IDeploymentService) |