GSF.IO.FileStructure.Media.MemoryPoolFile.CommitChanges C# (CSharp) Method

CommitChanges() public method

Executes a commit of data. This will flush the data to the disk use the provided header data to properly execute this function.
public CommitChanges ( FileHeaderBlock headerBlock ) : void
headerBlock FileHeaderBlock
return void
        public void CommitChanges(FileHeaderBlock headerBlock)
        {
            if (IsDisposed)
                throw new ObjectDisposedException("MemoryStream");
        }