AnnouncementClient.ICommunicationObject.EndClose(IAsyncResult) Method

Definition

Completes an asynchronous operation to close a communication 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 that is returned by a call to the BeginClose method.

Implements

Applies to