Inheritance: ISnapshotQueryMapper
Ejemplo n.º 1
0
 protected SqlSnapshotStore()
 {
     QueryMapper = new DefaultSnapshotQueryMapper(Context.System.Serialization);
     _pendingRequestsCancellation = new CancellationTokenSource();
 }
Ejemplo n.º 2
0
 protected DbSnapshotStore()
 {
     QueryMapper       = new DefaultSnapshotQueryMapper(Context.System.Serialization);
     PendingOperations = new LinkedList <CancellationTokenSource>();
 }
Ejemplo n.º 3
0
 protected DbSnapshotStore()
 {
     QueryMapper = new DefaultSnapshotQueryMapper(Context.System.Serialization);
     PendingOperations = new LinkedList<CancellationTokenSource>();
 }
Ejemplo n.º 4
0
 protected SqlSnapshotStore()
 {
     QueryMapper = new DefaultSnapshotQueryMapper(Context.System.Serialization);
     _pendingRequestsCancellation = new CancellationTokenSource();
 }