ChannelListenerBase.EndWaitForChannel(IAsyncResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中实现时,完成一个等待通道到达的异步操作。
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
参数
- result
- IAsyncResult
通过调用 IAsyncResult 方法返回的 EndWaitForChannel(IAsyncResult)。
返回
如果消息已到达,则为 true
;否则为 false
。