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

適用於