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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา