EventStore.Core.TransactionLog.Checkpoint.FileCheckpoint.FileCheckpoint C# (CSharp) 메소드

FileCheckpoint() 공개 메소드

public FileCheckpoint ( string filename ) : System
filename string
리턴 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