PeerNameResolver Methods
.NET Framework 4.5
The PeerNameResolver type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnResolveCompleted | Returns peer resolution data after the ResolveCompleted event is raised. |
|
OnResolveProgressChanged | Returns peer resolution progress data when the ResolveProgressChanged event is raised. |
|
Resolve(PeerName) | Resolves the specified PeerName in all clouds known to the calling peer. |
|
Resolve(PeerName, Int32) | Resolves the specified peer name in all clouds known to the calling peer, returning no more than the specified number of PeerNameRecord objects. |
|
Resolve(PeerName, Cloud) | Resolves the specified PeerName in the specified Cloud. |
|
Resolve(PeerName, Cloud, Int32) | Resolves the specified PeerName in the specified Cloud, returning no more than the specified number of PeerNameRecord objects. |
|
ResolveAsync(PeerName, Object) | Begins an asynchronous peer name resolution operation for the specified PeerName in all clouds known to the calling peer. |
|
ResolveAsync(PeerName, Int32, Object) | Begins an asynchronous peer name resolution operation for the specified PeerName in all clouds known to the calling peer, returning no more than maxRecords entries for the peer name. |
|
ResolveAsync(PeerName, Cloud, Object) | Begins an asynchronous peer name resolution operation for the specified PeerName in the specified Cloud. |
|
ResolveAsync(PeerName, Cloud, Int32, Object) | Begins an asynchronous peer name resolution operation for the specified PeerName in the specified Cloud. The resolution operation will resolve no more than maxRecords entries for the specified peer name. |
|
ResolveAsyncCancel | Cancels the specified asynchronous peer name resolution request. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |