ClientBase<TChannel>.State Eigenschaft

Definition

Ruft den aktuellen Status 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

Der Wert des CommunicationState Objekts.

Implementiert

Hinweise

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

Gilt für: