ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.Realtime Namespace / StreamingConnectionState Enumeration

StreamingConnectionState Enumeration
Specifies the state of the real-time (streaming) connection.
Syntax
public enum StreamingConnectionState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
Closed Connection is closed, will not receive streaming features.
Connecting Trying to connect.
Failed Failed to connect.
Open Connection is open to receive streaming features.
Ready Ready to make connection.
Unknown Unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.Realtime.StreamingConnectionState

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.4 or higher.
See Also