Skip to content

InProcessTestSiloSpecificOptions.Create(InProcessTestCluster, InProcessTestClusterOptions, int, bool)

Create(InProcessTestCluster, InProcessTestClusterOptions, int, bool)

static
View source
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.