SwarmChunkAvailability RemovePeerIPEndPointFromSwarm Method NetworkComms.Net Help
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: DistributedFileSystem
Assembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public void RemovePeerIPEndPointFromSwarm(
	ShortGuid networkIdentifier,
	IPEndPoint peerEndPoint,
	bool forceRemoveWholePeer = false
)

Parameters

networkIdentifier
Type: NetworkCommsDotNet.Tools ShortGuid
The network identifier of the relevant peer
peerEndPoint
Type: OnlineSystem.Net IPEndPoint
The relevant IPEndPoint
forceRemoveWholePeer (Optional)
Type: OnlineSystem Boolean
If true every IPEndPoint is removed for the provided network identifier
See Also