StartSiloAsync(int, InProcessTestClusterOptions)
public Task<InProcessSiloHandle> StartSiloAsync(int instanceNumber, InProcessTestClusterOptions clusterOptions) Starts a new silo.
Parameters
instanceNumberint- The instance number to deploy
clusterOptionsInProcessTestClusterOptions- The options to use.
Returns
A handle to the deployed silo.
