Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DiscoveryClient::FindCompleted Event

.NET Framework (current version)
 

Occurs when the entire find operation completes.

Namespace:   System.ServiceModel.Discovery
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

public:
event EventHandler<FindCompletedEventArgs^>^ FindCompleted {
	void add(EventHandler<FindCompletedEventArgs^>^ value);
	void remove(EventHandler<FindCompletedEventArgs^>^ value);
}

The Result property contains information about all matching services. For more information about this event see Asynchronous Find Sample.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft