Delegate DeploymentFactoryBase.DeploymentCreatedHandler
The handler for when a deployment is created.
Namespace: Phoenix.Applications.Deployment
Assembly: Phoenix.Abstractions.Applications.dll
Syntax
public delegate void DeploymentCreatedHandler(DeploymentBase sender);
Parameters
Type | Name | Description |
---|---|---|
DeploymentBase | sender | The deployment instance which was created |