CustomPeerResolverService.Update(UpdateInfo) Method

Definition

Updates an existing registration entry in the registration lookup table of the peer resolver service.

public:
 virtual System::ServiceModel::PeerResolvers::RegisterResponseInfo ^ Update(System::ServiceModel::PeerResolvers::UpdateInfo ^ updateInfo);
public virtual System.ServiceModel.PeerResolvers.RegisterResponseInfo Update (System.ServiceModel.PeerResolvers.UpdateInfo updateInfo);
abstract member Update : System.ServiceModel.PeerResolvers.UpdateInfo -> System.ServiceModel.PeerResolvers.RegisterResponseInfo
override this.Update : System.ServiceModel.PeerResolvers.UpdateInfo -> System.ServiceModel.PeerResolvers.RegisterResponseInfo
Public Overridable Function Update (updateInfo As UpdateInfo) As RegisterResponseInfo

Parameters

updateInfo
UpdateInfo

UpdateInfo that uniquely identifies a specific registration entry and provides updated information for it.

Returns

UpdateInfo that contains a copy of the updated registration entry.

Implements

Exceptions

An entry for the specified registration entry could not be found, or the supplied UpdateInfo object was not correctly formed.

A registration entry with the same GUID already exists in the lookup table, or the custom peer resolver service has not been started with a previous call to Open().

Applies to