Share via


ChannelListenerBase.EndWaitForChannel(IAsyncResult) Methode

Definition

Schließt bei Implementierung in einer abgeleiteten Klasse einen asynchronen Vorgang für das Warten auf das Eingehen von Kanälen ab.

public:
 virtual bool EndWaitForChannel(IAsyncResult ^ result);
public bool EndWaitForChannel (IAsyncResult result);
abstract member EndWaitForChannel : IAsyncResult -> bool
override this.EndWaitForChannel : IAsyncResult -> bool
Public Function EndWaitForChannel (result As IAsyncResult) As Boolean

Parameter

result
IAsyncResult

Das IAsyncResult, das durch einen Aufruf der EndWaitForChannel(IAsyncResult)-Methode zurückgegeben wurde.

Gibt zurück

true, wenn eine Nachricht angekommen ist, andernfalls false.

Implementiert

Gilt für: