public AppDomainReactiveEnvironment(string azureConnectionString) { StorageType = MetadataStorageType.Azure; AzureConnectionString = azureConnectionString; MessagingService = new AppDomainMessagingService(); StateStoreService = new AppDomainStateStoreService(); KeyValueStoreService = new AppDomainKeyValueStoreService(); }
public AppDomainReactiveEnvironment() { StorageType = MetadataStorageType.Remoting; MetadataService = new AppDomainMetadataService(); MessagingService = new AppDomainMessagingService(); StateStoreService = new AppDomainStateStoreService(); KeyValueStoreService = new AppDomainKeyValueStoreService(); }