ClientBase<TChannel>.ICommunicationObject.Close Method

Definition

Overloads

ICommunicationObject.Close()

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

ICommunicationObject.Close(TimeSpan)

Causes the ClientBase<TChannel> object to transition from its current state into the closed state.

ICommunicationObject.Close()

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

void ICommunicationObject.Close ();

Implements

Remarks

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

Applies to

ICommunicationObject.Close(TimeSpan)

Source:
ClientBase.cs
Source:
ClientBase.cs

Causes the ClientBase<TChannel> object to transition from its current state into the closed state.

void ICommunicationObject.Close (TimeSpan timeout);

Parameters

timeout
TimeSpan

The time within which the call must complete.

Implements

Remarks

For more information, see System.ServiceModel.Channels.CommunicationObject.

Applies to