Click or drag to resize

IClientPersistentStateRemoveOld Method

Removes stale persistent state items that haven't been updated in a while.

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
void RemoveOld(
	DateTime max_age
)

Parameters

max_age  DateTime
All items older than max_age will be removed from the store
See Also