Enum ServiceUpdateOrder
Enumerates the service taek update rollback order options.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public enum ServiceUpdateOrder
Fields
| Name | Description |
|---|---|
| StartFirst | Start a service replacement task first and before stopping the original task. |
| StopFirst | Stop a service task first and then start its replacement. |