PeerInfo CheckAllIPEndPointBusyFlags Method NetworkComms.Net Help
Clear any busy flags set for the IPEndPoints of this peer if they are older than the provided MS

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

public void CheckAllIPEndPointBusyFlags(
	int msSinceBusyToClear
)

Parameters

msSinceBusyToClear
Type: OnlineSystem Int32
Milliseconds since busy flag was set to clear
See Also