TestClusterOptions.ClusterConfiguration 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 or sets the cluster configuration. If no value is specified when getting the configuration, a new one will be built with Orleans.TestingHost.TestClusterOptions.BuildClusterConfiguration
public Orleans.Runtime.Configuration.ClusterConfiguration ClusterConfiguration { get; set; }
member this.ClusterConfiguration : Orleans.Runtime.Configuration.ClusterConfiguration with get, set
Public Property ClusterConfiguration As ClusterConfiguration