ChannelListenerBase.OnEndWaitForChannel(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.
En cas d'implémentation dans une classe dérivée, fournit un point d'extensibilité lors de la fin de l'attente de l'arrivée d'un canal.
protected:
abstract bool OnEndWaitForChannel(IAsyncResult ^ result);
protected abstract bool OnEndWaitForChannel (IAsyncResult result);
abstract member OnEndWaitForChannel : IAsyncResult -> bool
Protected MustOverride Function OnEndWaitForChannel (result As IAsyncResult) As Boolean
Paramètres
- result
- IAsyncResult
IAsyncResult retourné par un appel à la méthode OnBeginWaitForChannel(TimeSpan, AsyncCallback, Object).
Retours
true
si la méthode est terminée avant l'intervalle de temps spécifié par le timeout
expiré ; sinon false
.