Deletes knowledge of a peer IPEndPoint from our local swarm chunk availability.
If peerEndPoint.Address is IPAddress.Any then the entire peer will be deleted.
Namespace: DistributedFileSystemAssembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- networkIdentifier
- Type: NetworkCommsDotNet.Tools ShortGuid
The network identifier of the relevant peer
- peerEndPoint
- Type: System.Net IPEndPoint
The relevant IPEndPoint
- forceRemoveWholePeer (Optional)
- Type: System Boolean
If true every IPEndPoint is removed for the provided network identifier
See Also