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

Definition

Causes a communication object to transition from its current state into the closed state.

Overloads

ICommunicationObject.Close()

Causes a communication object to transition from its current state into the closed state.

ICommunicationObject.Close(TimeSpan)

Causes a communication object to transition from its current state into the closed state.

ICommunicationObject.Close()

Source:
ClientBase.cs
Source:
ClientBase.cs
Source:
ClientBase.cs

Causes a communication object to transition from its current state into the closed state.

 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

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ClientBase<TChannel>.ChannelBase<T> instance is cast to an ICommunicationObject interface.

Applies to

ICommunicationObject.Close(TimeSpan)

Source:
ClientBase.cs
Source:
ClientBase.cs
Source:
ClientBase.cs

Causes a communication object to transition from its current state into the closed state.

 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

The timespan that specifies how long the send operation has to complete before timing out.

Implements

Applies to