ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.Close Metod

Definition

Gör att ett kommunikationsobjekt övergår från dess aktuella tillstånd till det stängda tillståndet.

Överlagringar

Name Description
ICommunicationObject.Close()

Gör att ett kommunikationsobjekt övergår från dess aktuella tillstånd till det stängda tillståndet.

ICommunicationObject.Close(TimeSpan)

Gör att ett kommunikationsobjekt övergår från dess aktuella tillstånd till det stängda tillståndet.

ICommunicationObject.Close()

Källa:
ClientBase.cs
Källa:
ClientBase.cs
Källa:
ClientBase.cs

Gör att ett kommunikationsobjekt övergår från dess aktuella tillstånd till det stängda tillståndet.

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

Implementeringar

Kommentarer

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

Gäller för

ICommunicationObject.Close(TimeSpan)

Källa:
ClientBase.cs
Källa:
ClientBase.cs
Källa:
ClientBase.cs

Gör att ett kommunikationsobjekt övergår från dess aktuella tillstånd till det stängda tillståndet.

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

Parametrar

timeout
TimeSpan

Tidsintervallet som anger hur lång tid sändningsåtgärden måste slutföras innan tidsgränsen uppnås.

Implementeringar

Gäller för