Enum MicrosoftNlbClusterHostInitialState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state a host should assume on starting.
public enum MicrosoftNlbClusterHostInitialState
Fields
Started = 1
The initial state is started.
Stopped = 2
The initial state is stopped.
Suspended = 3
The initial state is suspended.
Unknown = 0
The initial state is unknown.