 | ValueTypeProviderSettings(TimeSpan) Constructor |
Constructor
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic ValueTypeProviderSettings(
TimeSpan cacheDuration
)
Public Sub New (
cacheDuration As TimeSpan
)
public:
ValueTypeProviderSettings(
TimeSpan cacheDuration
)
new :
cacheDuration : TimeSpan -> ValueTypeProviderSettingsParameters
- cacheDuration TimeSpan
- Determines how long the provider should cache the list of value type objects.
See Also