PeerNameResolver.ResolveCompleted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ResolveCompleted event is signaled when a peer name resolution request for a specific PeerName has completed.
public:
event EventHandler<System::Net::PeerToPeer::ResolveCompletedEventArgs ^> ^ ResolveCompleted;
public event EventHandler<System.Net.PeerToPeer.ResolveCompletedEventArgs> ResolveCompleted;
member this.ResolveCompleted : EventHandler<System.Net.PeerToPeer.ResolveCompletedEventArgs>
Public Custom Event ResolveCompleted As EventHandler(Of ResolveCompletedEventArgs)
Event Type
Remarks
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.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.