共用方式為


DiscoveryProxy.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

已完成之非同步作業的參考。

適用於