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