Create(InProcessTestCluster, InProcessTestClusterOptions, int, bool)
static
public static InProcessTestSiloSpecificOptions Create(InProcessTestCluster testCluster, InProcessTestClusterOptions testClusterOptions, int instanceNumber, bool assignNewPort = false) Creates an instance of the
TestSiloSpecificOptions class. Parameters
testClusterInProcessTestCluster- The test cluster.
testClusterOptionsInProcessTestClusterOptions- The test cluster options.
instanceNumberint- The instance number.
assignNewPortbool- if set to
true, assign a new port for the silo.
Returns
The options.
