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