CustomPeerResolverService Class
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.
Caution
PeerChannel feature is obsolete and will be removed in the future.
Provides a basic implementation of a custom peer resolver service.
public ref class CustomPeerResolverService : System::ServiceModel::PeerResolvers::IPeerResolverContract
[System.ServiceModel.ServiceBehavior(ConcurrencyMode=System.ServiceModel.ConcurrencyMode.Multiple, InstanceContextMode=System.ServiceModel.InstanceContextMode.Single, UseSynchronizationContext=false)]
public class CustomPeerResolverService : System.ServiceModel.PeerResolvers.IPeerResolverContract
[System.ServiceModel.ServiceBehavior(ConcurrencyMode=System.ServiceModel.ConcurrencyMode.Multiple, InstanceContextMode=System.ServiceModel.InstanceContextMode.Single, UseSynchronizationContext=false)]
[System.Obsolete("PeerChannel feature is obsolete and will be removed in the future.", false)]
public class CustomPeerResolverService : System.ServiceModel.PeerResolvers.IPeerResolverContract
[<System.ServiceModel.ServiceBehavior(ConcurrencyMode=System.ServiceModel.ConcurrencyMode.Multiple, InstanceContextMode=System.ServiceModel.InstanceContextMode.Single, UseSynchronizationContext=false)>]
type CustomPeerResolverService = class
interface IPeerResolverContract
[<System.ServiceModel.ServiceBehavior(ConcurrencyMode=System.ServiceModel.ConcurrencyMode.Multiple, InstanceContextMode=System.ServiceModel.InstanceContextMode.Single, UseSynchronizationContext=false)>]
[<System.Obsolete("PeerChannel feature is obsolete and will be removed in the future.", false)>]
type CustomPeerResolverService = class
interface IPeerResolverContract
Public Class CustomPeerResolverService
Implements IPeerResolverContract
- Inheritance
-
CustomPeerResolverService
- Attributes
- Implements
Remarks
The CustomPeerResolverService class defines the base implementation of a custom peer resolver service and provides lookup for the resolution of registration IDs to peer endpoint addresses within the mesh maintained by this resolver.
Notes to Inheritors
Implementers of custom peer resolvers should derive from this class and override those specific functions for which they are providing custom implementations. Any custom peer resolver must minimally implement the IPeerResolverContract interface.
Also, clients using a custom resolver must have some upper bound on client-server latency in order to successfully refresh their registration with the peer resolver service.
Constructors
CustomPeerResolverService() |
Initializes a new default instance of the CustomPeerResolverService class. |
Properties
CleanupInterval |
Gets or sets the recurring length of time after which stale entries are deleted from the peer resolver service's registration lookup table. |
ControlShape |
Gets or sets whether referrals are shared by the peer resolver service. |
RefreshInterval |
Gets or sets the length of time that entries remain valid in a peer resolver service's registration lookup table. |
Methods
Close() |
Closes the peer resolver service. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetServiceSettings() |
Obtains the specific response settings for the peer resolver service. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Open() |
Opens the peer resolver service. |
Refresh(RefreshInfo) |
Refreshes the expiry of an entry in the peer resolver service's registration lookup table. |
Register(Guid, String, PeerNodeAddress) |
Adds a new entry to the registration lookup table of the peer resolver service. |
Register(RegisterInfo) |
Adds a new entry to the registration lookup table of the peer resolver service. |
Resolve(ResolveInfo) |
Returns a list of known endpoints for a registration entry. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Unregister(UnregisterInfo) |
Removes a specific entry from the registration lookup table of the peer resolver service. |
Update(UpdateInfo) |
Updates an existing registration entry in the registration lookup table of the peer resolver service. |