ChannelListenerBase<TChannel>.EndAcceptChannel(IAsyncResult) Method

Definition

When implemented in a derived class, completes an asynchronous operation to accept a channel.

public:
 virtual TChannel EndAcceptChannel(IAsyncResult ^ result);
public TChannel EndAcceptChannel (IAsyncResult result);
abstract member EndAcceptChannel : IAsyncResult -> 'Channel
override this.EndAcceptChannel : IAsyncResult -> 'Channel
Public Function EndAcceptChannel (result As IAsyncResult) As TChannel

Parameters

result
IAsyncResult

The IAsyncResult returned by a call to the BeginAcceptChannel method.

Returns

TChannel

The IChannel accepted by the listener.

Implements

Applies to