ClientBase<TChannel>.State Eigenschap

Definitie

Hiermee haalt u de huidige status van het ClientBase<TChannel> object op.

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

Waarde van eigenschap

De waarde van het CommunicationState object.

Implementeringen

Opmerkingen

Zie System.ServiceModel.Channels.CommunicationObject voor meer informatie.

Van toepassing op