CreateDelegate(string)
static
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.
