ChannelListenerBase<TChannel>.OnEndAcceptChannel(IAsyncResult) Method

Definition

When implemented in a derived class, provides an asynchronous extensibility point when completing the acceptance a channel.

protected:
 abstract TChannel OnEndAcceptChannel(IAsyncResult ^ result);
protected abstract TChannel OnEndAcceptChannel (IAsyncResult result);
abstract member OnEndAcceptChannel : IAsyncResult -> 'Channel
Protected MustOverride Function OnEndAcceptChannel (result As IAsyncResult) As TChannel

Parameters

Returns

TChannel

The IChannel accepted by the listener.

Applies to