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