ClientBase<TChannel>.State Proprietà

Definizione

Ottiene lo stato corrente dell'oggetto ClientBase<TChannel> .

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

Valore della proprietà

Valore dell'oggetto CommunicationState .

Implementazioni

Commenti

Per altre informazioni, vedere System.ServiceModel.Channels.CommunicationObject.

Si applica a