ClientBase<TChannel>.ICommunicationObject.Close Methode

Definitie

Overloads

Name Description
ICommunicationObject.Close()

Zorgt ervoor dat een communicatieobject van de huidige status overgaat naar de gesloten status.

ICommunicationObject.Close(TimeSpan)

Zorgt ervoor dat het ClientBase<TChannel> object van de huidige status overgaat naar de gesloten status.

ICommunicationObject.Close()

Zorgt ervoor dat een communicatieobject van de huidige status overgaat naar de gesloten status.

 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

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het ClientBase<TChannel> exemplaar naar een ICommunicationObject interface wordt gecast.

Van toepassing op

ICommunicationObject.Close(TimeSpan)

Bron:
ClientBase.cs
Bron:
ClientBase.cs
Bron:
ClientBase.cs

Zorgt ervoor dat het ClientBase<TChannel> object van de huidige status overgaat naar de gesloten status.

 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

Parameters

timeout
TimeSpan

De tijd waarin het gesprek moet worden voltooid.

Implementeringen

Opmerkingen

Zie System.ServiceModel.Channels.CommunicationObject voor meer informatie.

Van toepassing op