Sdílet prostřednictvím


ChannelListenerBase<TChannel>.EndAcceptChannel(IAsyncResult) Metoda

Definice

Při implementaci v odvozené třídě dokončí asynchronní operaci pro přijetí kanálu.

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

Parametry

result
IAsyncResult

IAsyncResult Vrácené voláním BeginAcceptChannel metody.

Návraty

TChannel

Akceptovaná IChannel naslouchacím procesem.

Implementuje

Platí pro