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.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |