ClientBase<TChannel>.ICommunicationObject.Open Metod

Definition

Överlagringar

Name Description
ICommunicationObject.Open()

Gör att ett kommunikationsobjekt övergår från det skapade tillståndet till det öppnade tillståndet.

ICommunicationObject.Open(TimeSpan)

ClientBase<TChannel> Gör att objektet övergår från det skapade tillståndet till det öppnade tillståndet inom ett angivet tidsintervall.

ICommunicationObject.Open()

Gör att ett kommunikationsobjekt övergår från det skapade tillståndet till det öppnade tillståndet.

 virtual void System.ServiceModel.ICommunicationObject.Open() = System::ServiceModel::ICommunicationObject::Open;
void ICommunicationObject.Open();
abstract member System.ServiceModel.ICommunicationObject.Open : unit -> unit
override this.System.ServiceModel.ICommunicationObject.Open : unit -> unit
Sub Open () Implements ICommunicationObject.Open

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen ClientBase<TChannel> skickas till ett ICommunicationObject gränssnitt.

Gäller för

ICommunicationObject.Open(TimeSpan)

ClientBase<TChannel> Gör att objektet övergår från det skapade tillståndet till det öppnade tillståndet inom ett angivet tidsintervall.

 virtual void System.ServiceModel.ICommunicationObject.Open(TimeSpan timeout) = System::ServiceModel::ICommunicationObject::Open;
void ICommunicationObject.Open(TimeSpan timeout);
abstract member System.ServiceModel.ICommunicationObject.Open : TimeSpan -> unit
override this.System.ServiceModel.ICommunicationObject.Open : TimeSpan -> unit
Sub Open (timeout As TimeSpan) Implements ICommunicationObject.Open

Parametrar

timeout
TimeSpan

Den tidsperiod inom vilken anropet måste slutföras.

Implementeringar

Kommentarer

Mer information finns i System.ServiceModel.Channels.CommunicationObject.

Gäller för