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

Définition

Termine 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 terminer l’opération de fermeture asynchrone.

Implémente

Remarques

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

S’applique à