DiscoveryClient::FindProgressChanged Event

.NET Framework (current version)
 

Occurs every time the client receives a response from a particular service.

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

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

This event is useful if you are processing the results as they arrive. For more information about this event see Asynchronous Find Sample.

.NET Framework
Available since 4.0
Return to top
Show: