Show / Hide Table of Contents

Delegate DeploymentBase.DeploymentCanceledHandler

The handler for when a deployment is canceled.

Namespace: Phoenix.Applications.Deployment
Assembly: Phoenix.Abstractions.Applications.dll
Syntax
public delegate void DeploymentCanceledHandler(DeploymentBase sender);
Parameters
Type Name Description
DeploymentBase sender

The deployment instance which was canceled

  • View Source
In This Article
Back to top Generated by DocFX