Click or drag to resize
Grid Solutions Framework

WavInputAdapterMemoryCache Property

Gets or sets flag that determines if WAV file should be cached in memory.

Namespace: WavInputAdapter
Assembly: WavInputAdapter (in WavInputAdapter.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool MemoryCache { get; set; }
View Source

Property Value

Boolean
Remarks
Useful for situations where disk I/O can be a bottleneck.
See Also