Click or drag to resize
ExpiringCollectionTItemChangeIntervals Method
Changes the intervals for the expiration of items and the interval between checks.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ChangeIntervals(
	int expireMilliseconds,
	int millisecondsBetweenChecks
)

Parameters

expireMilliseconds
Type: SystemInt32
millisecondsBetweenChecks
Type: SystemInt32
See Also