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.

PeerNameResolver::ResolveCompleted Event

 

The ResolveCompleted event is signaled when a peer name resolution request for a specific PeerName has completed.

Namespace:   System.Net.PeerToPeer
Assembly:  System.Net (in System.Net.dll)

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

The ResolveProgressChanged event will be raised once for each endpoint found, and this event will be raised only once when all endpoints have been found.

This event will also be raised if the Resolve operation completes in error or is canceled.

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