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.

ResolveProgressChangedEventArgs Constructor (PeerNameRecord^, Object^)

 

Initializes a new instance of the ResolveProgressChangedEventArgs class.

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

public:
ResolveProgressChangedEventArgs(
	PeerNameRecord^ peerNameRecord,
	Object^ userToken
)

Parameters

peerNameRecord
Type: System.Net.PeerToPeer::PeerNameRecord^

The PeerNameRecord object to be found.

userToken
Type: System::Object^

The unique user state object supplied when a ResolveAsync operation was started.

The resolved peer name is accessible via the PeerName property.

The user state is inherited from AsyncCompletedEventArgs.

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