ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.EndClose Método

Definición

Completa una operación asincrónica para cerrar un objeto de comunicación.

 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

Parámetros

result
IAsyncResult

IAsyncResult que se devuelve al llamar al método BeginClose().

Implementaciones

Se aplica a