Click or drag to resize

InterprocessCacheReloadOnChange Property

Gets or sets flag that enables system to monitor for changes in FileName and automatically reload FileData.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public bool ReloadOnChange { get; set; }
View Source

Property Value

Boolean
Remarks
Use extreme caution when enabling this property - it will be critical to dispose of this class when this property is set to true since it will create a file watcher that attaches to an event referenced by this class using pinned memory, as a result, this class will not get garbage collected until this class is disposed thus detaching the associated event.
See Also