Example #1
0
        protected DocumentStoreBase()
        {
            InitializeEncryptor();

            LastEtagHolder             = new GlobalLastEtagHolder();
            TransactionRecoveryStorage = new VolatileOnlyTransactionRecoveryStorage();
        }
Example #2
0
        protected DocumentStoreBase()
        {
            InitializeEncryptor();

            LastEtagHolder     = new GlobalLastEtagHolder();
            AsyncSubscriptions = new AsyncDocumentSubscriptions(this);
            Subscriptions      = new DocumentSubscriptions(this);
        }
Example #3
0
        protected DocumentStoreBase()
        {
            InitializeEncryptor();

            LastEtagHolder             = new GlobalLastEtagHolder();
            TransactionRecoveryStorage = new VolatileOnlyTransactionRecoveryStorage();
            AsyncSubscriptions         = new AsyncDocumentSubscriptions(this);
            Subscriptions = new DocumentSubscriptions(this);
        }
Example #4
0
 protected DocumentStoreBase()
 {
     LastEtagHolder = new GlobalLastEtagHolder();
 }
Example #5
0
 protected DocumentStoreBase()
 {
     LastEtagHolder    = new GlobalLastEtagHolder();
     ResourceManagerId = Guid.NewGuid();
 }