Akka.Persistence.Sql.Common.Snapshot.SqlSnapshotStore.SqlSnapshotStore C# (CSharp) 메소드

SqlSnapshotStore() 보호된 메소드

protected SqlSnapshotStore ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        protected SqlSnapshotStore()
        {
            QueryMapper = new DefaultSnapshotQueryMapper(Context.System.Serialization);
            _pendingRequestsCancellation = new CancellationTokenSource();
        }