TestCluster.Options 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.
Options used to configure the test cluster.
public Orleans.TestingHost.TestClusterOptions Options { get; }
member this.Options : Orleans.TestingHost.TestClusterOptions
Public ReadOnly Property Options As TestClusterOptions
Property Value
Remarks
This is the options you configured your test cluster with, or the default one. If the cluster is being configured via ClusterConfiguration, then this object may not reflect the true settings.