DiscoveryService.OnEndFind(IAsyncResult) 方法
定义
重写此方法以处理查找操作的完成。Override this method to handle the completion of a find operation.
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
对已完成的异步操作的引用。A reference to the completed asynchronous operation.