IChannelListener.EndWaitForChannel(IAsyncResult) Methode

Definition

Schließt einen asynchronen Vorgang des Wartens auf die Ankunft von Kanälen ab.

public:
 bool EndWaitForChannel(IAsyncResult ^ result);
public bool EndWaitForChannel (IAsyncResult result);
abstract member 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.

Gilt für: