Skip to content

StandaloneSiloHandle.CreateDelegate(string)

CreateDelegate(string)

static
View source
public static Func<string, IConfiguration, Task<SiloHandle>> CreateDelegate(string executablePath)
Creates a delegate which spawns a silo in a new process, using the provided executable as the entry point for that silo.

Parameters

executablePathstring
The entry point for spawned silos.