IPeerResolverContract.Unregister(UnregisterInfo) 方法
定义
从对等解析程序服务的查找表中移除注册。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)
参数
- unregisterInfo
- UnregisterInfo
包含用于唯一标识要从注册查找表中移除的对等节点的信息的 UnregisterInfo。UnregisterInfo that contains the information used to uniquely identify the peer node to remove from the registration lookup table.
- 属性
注解
此操作不返回任何值。No value is returned by this operation.