LRUK, TRemoveStale Method A Sandcastle Documented Class Library
Remove nodes that hasn't been touched since the specified
old
timestamp.

Namespace:  Apptus.Util.Collection
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public void RemoveStale(
	long old
)

Parameters

old
Type: SystemInt64
Timestamp signalling a threshold time for what nodes are to be considered outdated.
See Also

Reference