Show / Hide Table of Contents

Delegate DeploymentBase.DeploymentFinishedHandler

The handler for when a deployment is finished.

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

The deployment instance which was finished

System.Boolean success

Whether or not the deployment completed successfully.

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