次の方法で共有


CastingConnection.State プロパティ

定義

現在の接続の状態を取得します。

public:
 property CastingConnectionState State { CastingConnectionState get(); };
CastingConnectionState State();
public CastingConnectionState State { get; }
var castingConnectionState = castingConnection.state;
Public ReadOnly Property State As CastingConnectionState

プロパティ値

接続の現在の状態。

適用対象