ChannelListenerBase.OnEndWaitForChannel(IAsyncResult) Método
Definição
Quando implementado em uma classe derivada, fornece um ponto de extensibilidade ao terminar a espera pela chegada de um canal.When implemented in a derived class, provides a point of extensibility when ending the waiting for a channel to arrive.
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
Parâmetros
- result
- IAsyncResult
O IAsyncResult retornado por uma chamada ao método OnBeginWaitForChannel(TimeSpan, AsyncCallback, Object).The IAsyncResult returned by a call to the OnBeginWaitForChannel(TimeSpan, AsyncCallback, Object) method.
Retornos
true se o método concluído antes do intervalo de tempo especificado pelo timeout tiver expirado; caso contrário false.true if the method completed before the interval of time specified by the timeout expired; otherwise false.