IPeerResolverContract.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 registration from the lookup table for a peer resolver service.
public:
void Unregister(System::ServiceModel::PeerResolvers::UnregisterInfo ^ unregisterInfo);
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/net/2006/05/peer/resolver/Unregister", IsOneWay=false, Name="Unregister")]
public void Unregister (System.ServiceModel.PeerResolvers.UnregisterInfo unregisterInfo);
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/net/2006/05/peer/resolver/Unregister", IsOneWay=false, Name="Unregister")>]
abstract member Unregister : System.ServiceModel.PeerResolvers.UnregisterInfo -> unit
Public Sub Unregister (unregisterInfo As UnregisterInfo)
Parameters
- unregisterInfo
- UnregisterInfo
UnregisterInfo that contains the information used to uniquely identify the peer node to remove from the registration lookup table.
- Attributes
Remarks
No value is returned by this operation.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.