Skip to content

StandaloneSiloHandle Constructors

A silo handle and factory which spawns a separate process for each silo.

StandaloneSiloHandle(string, IConfiguration, string)

View source
public StandaloneSiloHandle(string siloName, IConfiguration configuration, string executablePath)
Initializes a new instance of the StandaloneSiloHandle class.

Parameters

siloNamestring
The name of the silo.
configurationIConfiguration
The configuration to pass to the standalone silo process.
executablePathstring
The path to the executable which hosts the silo.