Create(string, IConfiguration)
static
public static Task<SiloHandle> Create(string siloName, IConfiguration configuration) Spawns a new process to host a silo, using the executable provided in the configuration's "ExecutablePath" property as the entry point.
Parameters
siloNamestringconfigurationIConfiguration
