Condividi tramite


ChannelListenerBase<TChannel>.OnEndAcceptChannel(IAsyncResult) Metodo

Definizione

In caso di implementazione in una classe derivata, fornisce un punto di estensibilità asincrona quando viene completata l'accettazione di un canale.

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

Parametri

result
IAsyncResult

Interfaccia IAsyncResult restituita da una chiamata al metodo OnBeginAcceptChannel(TimeSpan, AsyncCallback, Object).

Restituisce

TChannel

Interfaccia IChannel accettata dal listener.

Si applica a