Skip to content

InProcessTestCluster.StartSiloAsync(int, InProcessTestClusterOptions, CancellationToken)

StartSiloAsync(int, InProcessTestClusterOptions, CancellationToken)

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