IDeploymentCommitItem 接口

定义

提供一个方法,用于提交部署操作期间所做的更改。

public interface class IDeploymentCommitItem : IDisposable
public interface IDeploymentCommitItem : IDisposable
type IDeploymentCommitItem = interface
    interface IDisposable
Public Interface IDeploymentCommitItem
Implements IDisposable
实现

方法

CommitChanges(DeploymentCommitContext)

提交部署操作期间所做的更改。

适用于