DiscoveryService.OnEndFind(IAsyncResult) 方法

定义

重写此方法以处理查找操作的完成。

protected:
 abstract void OnEndFind(IAsyncResult ^ result);
protected abstract void OnEndFind (IAsyncResult result);
abstract member OnEndFind : IAsyncResult -> unit
Protected MustOverride Sub OnEndFind (result As IAsyncResult)

参数

result
IAsyncResult

对已完成的异步操作的引用。

适用于