DMTokenRepositoryDeleteExpiredTokens Method

Alterian Email Manager 6.2.3 SDK Help File
Delete expired or inactive tokens based on sessiontimeout in the prefetcher config and the tokenage in systemsettings. Both are in minutes for better precision.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public void DeleteExpiredTokens(
	int SessionTimeout,
	bool UseTransaction = false
)

Parameters

SessionTimeout
Type: SystemInt32
UseTransaction (Optional)
Type: SystemBoolean

Implements

IDMTokenRepositoryDeleteExpiredTokens(Int32, Boolean)
See Also