ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.State Vlastnost

Definice

Získá aktuální stav objektu orientovaného na komunikaci.

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

Hodnota vlastnosti

CommunicationState

Hodnota CommunicationState objektu.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho ClientBase<TChannel>.ChannelBase<T> použít pouze v případě, že je instance přetypována do ICommunicationObject rozhraní.

Platí pro