DiscoveryService.OnEndFind(IAsyncResult) Method

Definition

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)

Parameters

result
IAsyncResult

A reference to the completed asynchronous operation.

Applies to