StartSiloAsync(InProcessTestCluster, int, InProcessTestClusterOptions)
static
public static Task<InProcessSiloHandle> StartSiloAsync(InProcessTestCluster cluster, int instanceNumber, InProcessTestClusterOptions clusterOptions) Start a new silo in the target cluster
Parameters
clusterInProcessTestCluster- The InProcessTestCluster in which the silo should be deployed
instanceNumberint- The instance number to deploy
clusterOptionsInProcessTestClusterOptions- The options to use.
Returns
A handle to the silo deployed
