ClientBase<TChannel>.ICommunicationObject.EndClose(IAsyncResult) Méthode

Définition

Clôture une opération asynchrone pour fermer l'objet ClientBase<TChannel>.

 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

Paramètres

result
IAsyncResult

IAsyncResult utilisé pour clôturer l'opération de fermeture asynchrone.

Implémente

Remarques

Pour plus d'informations, consultez System.ServiceModel.Channels.CommunicationObject.

S’applique à