ArcGIS Pro 2.9 API Reference Guide
StreamingConnectionState Enumeration

ArcGIS.Core.Data.Realtime Namespace : StreamingConnectionState Enumeration
Specifies the state of the real-time (streaming) connection.
Syntax
public enum StreamingConnectionState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum StreamingConnectionState 
   Inherits System.Enum
   Implements 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

See Also

Reference

ArcGIS.Core.Data.Realtime Namespace