次の方法で共有


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

完了済みの非同期操作への参照。

適用対象