DeploymentCancelCallback Delegate

IIS 7.0

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

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public delegate bool DeploymentCancelCallback()

Return Value

Type: System..::..Boolean
true if the operation should be cancelled , otherwise false.
Show: