This topic has not yet been rated - Rate this topic

IPeerResolverContract Interface

Defines a contract for the basic operations of a peer resolver service.

Namespace:  System.ServiceModel.PeerResolvers
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
[ServiceContractAttribute(Name = "IPeerResolverContract", Namespace = "http://schemas.microsoft.com/net/2006/05/peer/resolver", 
	SessionMode = SessionMode.Allowed)]
public interface IPeerResolverContract

The IPeerResolverContract type exposes the following members.

  Name Description
Public method GetServiceSettings Obtains the settings for a peer resolver service.
Public method Refresh Refreshes the expiry for an entry in the peer resolver service's registration lookup table.
Public method Register Registers a peer node with the custom peer resolver service.
Public method Resolve Returns a list of known endpoints for a registration entry.
Public method Unregister Removes a registration from the lookup table for a peer resolver service.
Public method Update Updates the entry for a specific peer node in the peer resolver service's lookup table.
Top

Implementors of custom peer resolver services should consider deriving from the base CustomPeerResolverService

type and overriding the virtual methods defined on it.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ