Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.