InProcessTestClusterOptions.SiloHostConfigurationDelegates 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.
Gets the silo host configuration delegates.
public System.Collections.Generic.List<Action<Orleans.TestingHost.InProcessTestSiloSpecificOptions,Microsoft.Extensions.Hosting.IHostApplicationBuilder>> SiloHostConfigurationDelegates { get; }
member this.SiloHostConfigurationDelegates : System.Collections.Generic.List<Action<Orleans.TestingHost.InProcessTestSiloSpecificOptions, Microsoft.Extensions.Hosting.IHostApplicationBuilder>>
Public ReadOnly Property SiloHostConfigurationDelegates As List(Of Action(Of InProcessTestSiloSpecificOptions, IHostApplicationBuilder))
Property Value
The silo host configuration delegates.