編輯

共用方式為


InProcessTestCluster.Options Property

Definition

Options used to configure the test cluster.

public Orleans.TestingHost.InProcessTestClusterOptions Options { get; }
member this.Options : Orleans.TestingHost.InProcessTestClusterOptions
Public ReadOnly Property Options As InProcessTestClusterOptions

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