IConfiguration.

WeakReferenceCollectionInterval(int) Method

Summary

configures the timer for WeakReference collection.

Syntax

void WeakReferenceCollectionInterval(int milliseconds)

Remarks

configures the timer for WeakReference collection.

The default setting is 1000 milliseconds.

Configure this setting to zero to turn WeakReference collection off.

Parameters

Name Type Description
milliseconds int the time in milliseconds

Return Value

Type Description
void