CustomPeerResolverService.Refresh(RefreshInfo) Method
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.
Refreshes the expiry of an entry in the peer resolver service's registration lookup table.
public:
virtual System::ServiceModel::PeerResolvers::RefreshResponseInfo ^ Refresh(System::ServiceModel::PeerResolvers::RefreshInfo ^ refreshInfo);
public virtual System.ServiceModel.PeerResolvers.RefreshResponseInfo Refresh (System.ServiceModel.PeerResolvers.RefreshInfo refreshInfo);
abstract member Refresh : System.ServiceModel.PeerResolvers.RefreshInfo -> System.ServiceModel.PeerResolvers.RefreshResponseInfo
override this.Refresh : System.ServiceModel.PeerResolvers.RefreshInfo -> System.ServiceModel.PeerResolvers.RefreshResponseInfo
Public Overridable Function Refresh (refreshInfo As RefreshInfo) As RefreshResponseInfo
Parameters
- refreshInfo
- RefreshInfo
RefreshInfo object that contains the mesh ID and the registration ID of the entry to refresh in the peer resolver service's registration lookup table.
Returns
RefreshResponseInfo that contains the newly refreshed registration entry.
Implements
Exceptions
refreshInfo
is set to null.
The custom peer resolver service has not been started with a previous call to Open().
Remarks
A refresh of an entry extends the length of time for which it remains valid. All information used to uniquely identify the entry must be supplied in the RefreshInfo object supplied to this method.