TestConfigurationExtensions.AdjustForTestEnvironment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AdjustForTestEnvironment(ClientConfiguration, String) |
This call tweaks the client config with settings specific to a test run. |
AdjustForTestEnvironment(ClusterConfiguration, String) |
This call tweaks the cluster config with settings specific to a test run. |
AdjustForTestEnvironment(ClientConfiguration, String)
This call tweaks the client config with settings specific to a test run.
public static void AdjustForTestEnvironment (this Orleans.Runtime.Configuration.ClientConfiguration clientConfiguration, string dataConnectionStringFallback);
static member AdjustForTestEnvironment : Orleans.Runtime.Configuration.ClientConfiguration * string -> unit
<Extension()>
Public Sub AdjustForTestEnvironment (clientConfiguration As ClientConfiguration, dataConnectionStringFallback As String)
Parameters
- clientConfiguration
- ClientConfiguration
- dataConnectionStringFallback
- String
Applies to
AdjustForTestEnvironment(ClusterConfiguration, String)
This call tweaks the cluster config with settings specific to a test run.
public static void AdjustForTestEnvironment (this Orleans.Runtime.Configuration.ClusterConfiguration clusterConfig, string dataConnectionStringFallback);
static member AdjustForTestEnvironment : Orleans.Runtime.Configuration.ClusterConfiguration * string -> unit
<Extension()>
Public Sub AdjustForTestEnvironment (clusterConfig As ClusterConfiguration, dataConnectionStringFallback As String)
Parameters
- clusterConfig
- ClusterConfiguration
- dataConnectionStringFallback
- String