IChannelListener.EndWaitForChannel(IAsyncResult) 方法

定义

完成一个等待通道到达的异步操作。

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

参数

result
IAsyncResult

通过调用 IAsyncResult 方法返回的 EndWaitForChannel(IAsyncResult)

返回

Boolean

如果消息已到达,则为 true;否则为 false

适用于