C# (CSharp) Upscaledb Environment.Flush - 3 examples found. These are the top rated real world C# (CSharp) examples of Upscaledb.Environment.Flush extracted from open source projects. You can rate examples to help us improve the quality of examples.
This method wraps the native ups_env_flush function. This function flushes the Database cache and writes the whole file to disk. Since In-Memory Environments do not have a file on disk, the function will have no effect and will return successfully.