ClientBase<TChannel>.ICommunicationObject.EndClose(IAsyncResult) Method

Definition

Completes an asynchronous operation to close the ClientBase<TChannel> object.

 virtual void System.ServiceModel.ICommunicationObject.EndClose(IAsyncResult ^ result) = System::ServiceModel::ICommunicationObject::EndClose;
void ICommunicationObject.EndClose (IAsyncResult result);
abstract member System.ServiceModel.ICommunicationObject.EndClose : IAsyncResult -> unit
override this.System.ServiceModel.ICommunicationObject.EndClose : IAsyncResult -> unit
Sub EndClose (result As IAsyncResult) Implements ICommunicationObject.EndClose

Parameters

result
IAsyncResult

The IAsyncResult used to complete the asynchronous close operation.

Implements

Remarks

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

Applies to