public enum StreamingConnectionState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum StreamingConnectionState Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum StreamingConnectionState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum StreamingConnectionState Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.Realtime.StreamingConnectionState
Target Platforms: Windows 10, Windows 8.1