Edit

Share via


TestCluster.Options Property

Definition

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.

Applies to