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: