示例#1
0
 static TestAzureDocumentDbEventStoreConnectionStringFactory()
 {
     Query = new Chinchilla.StateManagement.Threaded.ContextItemCollection();
 }
示例#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();
 }
示例#5
0
 static TestMongoDbDataStoreConnectionStringFactory()
 {
     Query = new ThreadedContextItemCollection();
 }
示例#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;
 }
示例#7
0
 public AuthenticationTokenHelper(IContextItemCollectionFactory factory)
 {
     Cache = factory.GetCurrentContext();
 }