TestCluster.CreateSiloAsync Property
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.
Delegate used to create and start an individual silo.
public Func<string,System.Collections.Generic.IList<Microsoft.Extensions.Configuration.IConfigurationSource>,System.Threading.Tasks.Task<Orleans.TestingHost.SiloHandle>> CreateSiloAsync { set; }
public Func<string,Microsoft.Extensions.Configuration.IConfiguration,System.Threading.Tasks.Task<Orleans.TestingHost.SiloHandle>> CreateSiloAsync { set; }
member this.CreateSiloAsync : Func<string, System.Collections.Generic.IList<Microsoft.Extensions.Configuration.IConfigurationSource>, System.Threading.Tasks.Task<Orleans.TestingHost.SiloHandle>>
member this.CreateSiloAsync : Func<string, Microsoft.Extensions.Configuration.IConfiguration, System.Threading.Tasks.Task<Orleans.TestingHost.SiloHandle>>
Public Property CreateSiloAsync As Func(Of String, IList(Of IConfigurationSource), Task(Of SiloHandle))
Public Property CreateSiloAsync As Func(Of String, IConfiguration, Task(Of SiloHandle))