ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.State Proprietà

Definizione

Ottiene lo stato corrente dell'oggetto orientato alla comunicazione.

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

Valore della proprietà

CommunicationState

Valore dello stato CommunicationState dell'oggetto.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza ClientBase<TChannel>.ChannelBase<T> a un'interfaccia ICommunicationObject.

Si applica a