Enum CandidatePairState
The state of a candidate pair.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum CandidatePairState : int
Fields
| Name | Description |
|---|---|
| Closed | Indicates that connectivity checks have been stopped intentionally due to transport closure. |
| ConnectivityLost | Indicates that connectivity checks have succeeded in the past, but are currently not responding. |
| Failed | Indicates that all connectivity checks have timed out or produced a failure response. |
| InProgress | Indicates that connectivity checks are in progress. |
| New | Indicates that the candidate pair has been formed, but connectivity checks have not yet started. |
| Succeeded | Indicates that a connectivity check was successful. |
| Waiting | Indicates that the connectivity check is ready for connectivity checks, but checks have not yet started. |