ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.EndClose Metodo

Definizione

Consente di completare un'operazione asincrona finalizzata a chiudere un oggetto di comunicazione.

 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

Parametri

result
IAsyncResult

IAsyncResult restituita da una chiamata al metodo BeginClose().

Implementazioni

Si applica a