Click or drag to resize

CandidatePairState Enumeration

The state of a candidate pair.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
New1 Indicates that the candidate pair has been formed, but connectivity checks have not yet started.
Waiting2 Indicates that the connectivity check is ready for connectivity checks, but checks have not yet started.
InProgress3 Indicates that connectivity checks are in progress.
Succeeded4 Indicates that a connectivity check was successful.
Failed5 Indicates that all connectivity checks have timed out or produced a failure response.
Closed6 Indicates that connectivity checks have been stopped intentionally due to transport closure.
ConnectivityLost7 Indicates that connectivity checks have succeeded in the past, but are currently not responding.
See Also