|
InterprocessCacheFileData Property
|
Gets or sets file data for the cache to be saved or that has been loaded.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax public byte[] FileData { get; set; }
Public Property FileData As Byte()
Get
Set
member FileData : byte[] with get, set
function get_FileData();
function set_FileData(value);
View SourceProperty Value
ByteRemarks
Setting value to null will create a zero-length file.
See Also