Blazor コントロール
ConnectionState 列挙体

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 : ConnectionState 列挙体
The state of the connection of the collection supporting ISupportConnection.
シンタックス
'宣言
 
Public Enum ConnectionState 
   Inherits System.Enum
public enum ConnectionState : System.Enum 
メンバ
メンバ解説
ConnectedThe collection is connected to the source.
ConnectingThe collection is connecting to the source.
DisconnectedThe collection is disconnected from the source.
DisconnectingThe collection is disconnecting from the source.
ReconnectingThe collection is reconnecting to the source.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.DataCollection.ConnectionState

参照

C1.DataCollection 名前空間