Exemplo n.º 1
0
 /// <summary>
 /// This method may be called by the client host or test host to tweak a provider configuration after it has been already loaded.
 /// Its is optional and should NOT be automaticaly called by the runtime.
 /// </summary>
 internal void AdjustConfiguration()
 {
     ProviderConfigurationUtility.AdjustConfiguration(ProviderConfigurations, DeploymentId);
 }
Exemplo n.º 2
0
 /// <summary>
 /// This method may be called by the silo host or test host to tweak a provider configuration after it has been already loaded.
 /// Its is optional and should NOT be automaticaly called by the runtime.
 /// </summary>
 internal void AdjustConfiguration()
 {
     ProviderConfigurationUtility.AdjustConfiguration(Globals.ProviderConfigurations, Globals.DeploymentId);
 }