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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.