IPeerResolverContract.Unregister(UnregisterInfo) Method

Definition

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