EventStore.Core.TransactionLog.Checkpoint.FileCheckpoint.FileCheckpoint C# (CSharp) Method

FileCheckpoint() public method

public FileCheckpoint ( string filename ) : System
filename string
return System
        public FileCheckpoint(string filename)
            : this(filename, Guid.NewGuid().ToString())
        {
        }

Same methods

FileCheckpoint::FileCheckpoint ( string filename, string name, bool cached = false, bool mustExist = false, long initValue ) : System