Esempio n. 1
0
 /// <summary>
 /// Flush log until current tail (records are still retained in memory)
 /// </summary>
 /// <param name="wait">Synchronous wait for operation to complete</param>
 public void Flush(bool wait)
 {
     ShiftReadOnlyAddress(allocator.GetTailAddress(), wait);
 }