ResolveCompletedEventArgs Constructor
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.
Initializes a new instance of the ResolveCompletedEventArgs class.
public:
ResolveCompletedEventArgs(System::Net::PeerToPeer::PeerNameRecordCollection ^ peerNameRecordCollection, Exception ^ error, bool canceled, System::Object ^ userToken);
public ResolveCompletedEventArgs (System.Net.PeerToPeer.PeerNameRecordCollection peerNameRecordCollection, Exception error, bool canceled, object userToken);
new System.Net.PeerToPeer.ResolveCompletedEventArgs : System.Net.PeerToPeer.PeerNameRecordCollection * Exception * bool * obj -> System.Net.PeerToPeer.ResolveCompletedEventArgs
Public Sub New (peerNameRecordCollection As PeerNameRecordCollection, error As Exception, canceled As Boolean, userToken As Object)
Parameters
- peerNameRecordCollection
- PeerNameRecordCollection
The collection associated with the peer name that was resolved.
- error
- Exception
Returns an exception if an error occurred.
- canceled
- Boolean
true
if the ResolveAsync operation was cancelled; otherwise, false
.
- userToken
- Object
The user token specified when a ResolveAsync operation was started.
Applies to
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.