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

In This Topic
    StreamingConnectionState Enumeration
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also