IDeploymentCommitItem Interface

Definition

Provides a method that commits changes that were made during a deployment action.

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

Methods

CommitChanges(DeploymentCommitContext)

Commits changes that were made during a deployment action.

Applies to