This documentation is archived and is not being maintained.
IPeerResolverContract Interface
Visual Studio 2010
Defines a contract for the basic operations of a peer resolver service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The IPeerResolverContract type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetServiceSettings | Obtains the settings for a peer resolver service. |
![]() | Refresh | Refreshes the expiry for an entry in the peer resolver service's registration lookup table. |
![]() | Register | Registers a peer node with the custom peer resolver service. |
![]() | Resolve | Returns a list of known endpoints for a registration entry. |
![]() | Unregister | Removes a registration from the lookup table for a peer resolver service. |
![]() | Update | Updates the entry for a specific peer node in the peer resolver service's lookup table. |
Implementors of custom peer resolver services should consider deriving from the base CustomPeerResolverService
type and overriding the virtual methods defined on it.
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.
Show:
