ClientBase<TChannel>.State Eigenschaft

Definition

Ruft den aktuellen Zustand des ClientBase<TChannel>-Objekts ab.

public:
 property System::ServiceModel::CommunicationState State { System::ServiceModel::CommunicationState get(); };
public System.ServiceModel.CommunicationState State { get; }
member this.State : System.ServiceModel.CommunicationState
Public ReadOnly Property State As CommunicationState

Eigenschaftswert

CommunicationState

Der Wert für CommunicationState des Objekts.

Implementiert

Hinweise

Weitere Informationen finden Sie unter System.ServiceModel.Channels.CommunicationObject.

Gilt für