ClientBase<TChannel>.ICommunicationObject.EndClose(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.