Delegate SetupStatusChangedDelegate
Used for raising the StatusChangedEvent.
Namespace: Neon.Kube.Setup
Assembly: Neon.Kube.dll
Syntax
public delegate void SetupStatusChangedDelegate(SetupClusterStatus status)
Parameters
Type | Name | Description |
---|---|---|
SetupClusterStatus | status | The new status. |