CachedValidValuesGeneratorBase(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the CachedValidValuesGeneratorBase class.
protected:
CachedValidValuesGeneratorBase(int cacheExpirationInSeconds);
protected:
CachedValidValuesGeneratorBase(int cacheExpirationInSeconds);
CachedValidValuesGeneratorBase(int cacheExpirationInSeconds);
protected CachedValidValuesGeneratorBase (int cacheExpirationInSeconds);
new System.Management.Automation.CachedValidValuesGeneratorBase : int -> System.Management.Automation.CachedValidValuesGeneratorBase
Protected Sub New (cacheExpirationInSeconds As Integer)
Parameters
- cacheExpirationInSeconds
- Int32
Sets a time interval in seconds to reset the System.Management.Automation.CachedValidValuesGeneratorBase._validValues dynamic valid values cache.