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