ResolveCompletedEventArgs.PeerNameRecordCollection Property
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.
Gets the PeerNameRecordCollection object to resolve.
public:
property System::Net::PeerToPeer::PeerNameRecordCollection ^ PeerNameRecordCollection { System::Net::PeerToPeer::PeerNameRecordCollection ^ get(); };
public System.Net.PeerToPeer.PeerNameRecordCollection PeerNameRecordCollection { get; }
member this.PeerNameRecordCollection : System.Net.PeerToPeer.PeerNameRecordCollection
Public ReadOnly Property PeerNameRecordCollection As PeerNameRecordCollection
Property Value
The PeerNameRecordCollection object to resolve is the one found in response to a ResolveAsync operation on a specific PeerName.
Remarks
This event is raised when all clouds have been queried for this peer name, or when the maximum number of peer name records has been retrieved. It is raised by putting the peer name record collection into the ResolveCompletedEventArgs event argument for which the OnResolveCompleted method is waiting. The change in state awakens the process.
Unless explicitly specified, the default value for all properties is null
for reference types and zero (0) for properties of type int
. If no records were found, null
is returned.