SwarmChunkAvailability RemoveOldPeerAtEndPoint Method NetworkComms.Net Help
Removes any peers which have the same endPoint as the provided currentActivePeerEndPoint except one with matching currentActivePeerIdentifier

Namespace: DistributedFileSystem
Assembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public void RemoveOldPeerAtEndPoint(
	ShortGuid currentActivePeerIdentifier,
	IPEndPoint currentActivePeerEndPoint
)

Parameters

currentActivePeerIdentifier
Type: NetworkCommsDotNet.Tools ShortGuid
The NetworkIdenfier of the known active peer
currentActivePeerEndPoint
Type: OnlineSystem.Net IPEndPoint
The endPoint of the known active peer
See Also