TestingSiloOptions.AdjustConfig 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 to apply transformation to the cluster configuration
public Action<Orleans.Runtime.Configuration.ClusterConfiguration> AdjustConfig { get; set; }
member this.AdjustConfig : Action<Orleans.Runtime.Configuration.ClusterConfiguration> with get, set
Public Property AdjustConfig As Action(Of ClusterConfiguration)