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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.