ChannelListenerBase.OnEndWaitForChannel(IAsyncResult) Method

Definition

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

Parameters

Returns

true if the method completed before the interval of time specified by the timeout expired; otherwise false.

Applies to