Skip to content

InProcessTestCluster.StartSiloAsync(InProcessTestCluster, int, InProcessTestClusterOptions)

StartSiloAsync(InProcessTestCluster, int, InProcessTestClusterOptions)

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