DeploymentCancelCallback Delegate

Definition

Delegate called at numerous points during a synchronization process to determine if the operation should continue.

public delegate bool DeploymentCancelCallback();
public delegate bool DeploymentCancelCallback();
type DeploymentCancelCallback = delegate of unit -> bool
Public Delegate Function DeploymentCancelCallback() As Boolean 

Return Value

true if the operation should be cancelled , otherwise false.

Applies to