Ejemplo n.º 1
0
 static TestAzureDocumentDbEventStoreConnectionStringFactory()
 {
     Query = new Chinchilla.StateManagement.Threaded.ContextItemCollection();
 }
Ejemplo n.º 2
0
 static TestMongoDbDataStoreConnectionStringFactory()
 {
     Query = new Chinchilla.StateManagement.Threaded.ContextItemCollection();
 }
 static TestAzureDocumentDbDataStoreConnectionStringFactory()
 {
     Query = new ThreadedContextItemCollection();
 }
 /// <summary>
 /// Instantiates a new instance of <see cref="ThreadedAzureDocumentDbConnectionCache"/>.
 /// </summary>
 public ThreadedAzureDocumentDbConnectionCache(IContextItemCollectionFactory factory)
 {
     Cache = factory.GetCurrentContext();
 }
Ejemplo n.º 5
0
 static TestMongoDbDataStoreConnectionStringFactory()
 {
     Query = new ThreadedContextItemCollection();
 }
Ejemplo n.º 6
0
 /// <summary>
 /// Instantiates a new instance of the <see cref="CorrelationIdHelper"/> class using the provided <paramref name="contextItemCollection"/> to set as the value of <see cref="ContextItemCollection"/>.
 /// </summary>
 protected CorrelationIdHelper(IContextItemCollection contextItemCollection)
 {
     ContextItemCollection = contextItemCollection;
 }
Ejemplo n.º 7
0
 public AuthenticationTokenHelper(IContextItemCollectionFactory factory)
 {
     Cache = factory.GetCurrentContext();
 }