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

Définition

Termine une opération asynchrone pour fermer un objet de communication.

 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 qui est retourné par un appel à la méthode BeginClose().

Implémente

S’applique à