StandaloneSiloHandle.CreateDelegate(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a delegate which spawns a silo in a new process, using the provided executable as the entry point for that silo.
public static Func<string,Microsoft.Extensions.Configuration.IConfiguration,System.Threading.Tasks.Task<Orleans.TestingHost.SiloHandle>> CreateDelegate (string executablePath);
static member CreateDelegate : string -> Func<string, Microsoft.Extensions.Configuration.IConfiguration, System.Threading.Tasks.Task<Orleans.TestingHost.SiloHandle>>
Public Shared Function CreateDelegate (executablePath As String) As Func(Of String, IConfiguration, Task(Of SiloHandle))
Parameters
- executablePath
- String
The entry point for spawned silos.