IPeerResolverContract Interface
.NET Framework (current version)
Defines a contract for the basic operations of a peer resolver service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | GetServiceSettings() | Obtains the settings for a peer resolver service. |
![]() | Refresh(RefreshInfo^) | Refreshes the expiry for an entry in the peer resolver service's registration lookup table. |
![]() | Register(RegisterInfo^) | Registers a peer node with the custom peer resolver service. |
![]() | Resolve(ResolveInfo^) | Returns a list of known endpoints for a registration entry. |
![]() | Unregister(UnregisterInfo^) | Removes a registration from the lookup table for a peer resolver service. |
![]() | Update(UpdateInfo^) | 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.
.NET Framework
Available since 3.0
Available since 3.0
Show:
