Remove nodes that hasn't been touched since the specified  timestamp.
            
old
Namespace: Apptus.Util.Collection
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
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