Enum ConnectionStatus
An enumeration of the various status values for a connection.
Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum ConnectionStatus
Remarks
This describes the status of an object that attempts to maintain a persistent connection.
Fields
| Name | Description |
|---|---|
| Connected | The connection is open. This is the initial state after the handshake has been completed. |
| Connecting | A connection with the remote endpoint has been initiated but is not yet complete. |
| Disconnected | The connection is not open. This is the initial state of the connection. |
| Failed | The connection has failed. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 200.8 |
| .NET Windows | 200.3 - 200.8 |
| .NET Android | 200.3 - 200.8 |
| .NET iOS | 200.3 - 200.8 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |