MemberState Type
Per-member SWIM state.
Union cases
| Union case |
Description
|
Full Usage:
Alive
|
|
Full Usage:
Dead
|
|
Full Usage:
Suspect
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAlive
Returns: bool
|
|
Full Usage:
this.IsDead
Returns: bool
|
|
Full Usage:
this.IsSuspect
Returns: bool
|
|
FsShelter