CustomPeerResolverService.Unregister(UnregisterInfo) 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.
Removes a specific entry from the registration lookup table of the peer resolver service.
public:
virtual void Unregister(System::ServiceModel::PeerResolvers::UnregisterInfo ^ unregisterInfo);
public virtual void Unregister (System.ServiceModel.PeerResolvers.UnregisterInfo unregisterInfo);
abstract member Unregister : System.ServiceModel.PeerResolvers.UnregisterInfo -> unit
override this.Unregister : System.ServiceModel.PeerResolvers.UnregisterInfo -> unit
Public Overridable Sub Unregister (unregisterInfo As UnregisterInfo)
Parameters
- unregisterInfo
- UnregisterInfo
UnregisterInfo that contains the information used to uniquely identify the registration entry to remove from the registration lookup table.
Implements
Exceptions
An entry for the specified registration entry could not be found, or the supplied UnregisterInfo object is null or 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().