次の方法で共有


TestCluster コンストラクター

定義

オーバーロード

TestCluster()

既定のプライマリ テスト サイロと、クライアントのインプロセスを構成します。

TestCluster(ClusterConfiguration)

テスト クラスターと既定のクライアントインプロセスを構成します。

TestCluster(TestClusterOptions)

テスト クラスターとクライアントインプロセスを構成します。

TestCluster(ClusterConfiguration, ClientConfiguration)

指定したサイロ構成とクライアント構成を使用して、テスト クラスターとクライアントインプロセスを構成します。

TestCluster(TestClusterOptions, IReadOnlyList<IConfigurationSource>)

テスト クラスターとクライアントインプロセスを構成します。

TestCluster(TestClusterOptions, IReadOnlyList<IConfigurationSource>, ITestClusterPortAllocator)

テスト クラスターとクライアントインプロセスを構成します。

TestCluster()

既定のプライマリ テスト サイロと、クライアントのインプロセスを構成します。

public TestCluster ();
Public Sub New ()

適用対象

TestCluster(ClusterConfiguration)

テスト クラスターと既定のクライアントインプロセスを構成します。

public TestCluster (Orleans.Runtime.Configuration.ClusterConfiguration clusterConfiguration);
new Orleans.TestingHost.TestCluster : Orleans.Runtime.Configuration.ClusterConfiguration -> Orleans.TestingHost.TestCluster
Public Sub New (clusterConfiguration As ClusterConfiguration)

パラメーター

clusterConfiguration
ClusterConfiguration

適用対象

TestCluster(TestClusterOptions)

テスト クラスターとクライアントインプロセスを構成します。

public TestCluster (Orleans.TestingHost.TestClusterOptions options);
new Orleans.TestingHost.TestCluster : Orleans.TestingHost.TestClusterOptions -> Orleans.TestingHost.TestCluster
Public Sub New (options As TestClusterOptions)

パラメーター

適用対象

TestCluster(ClusterConfiguration, ClientConfiguration)

指定したサイロ構成とクライアント構成を使用して、テスト クラスターとクライアントインプロセスを構成します。

public TestCluster (Orleans.Runtime.Configuration.ClusterConfiguration clusterConfiguration, Orleans.Runtime.Configuration.ClientConfiguration clientConfiguration);
new Orleans.TestingHost.TestCluster : Orleans.Runtime.Configuration.ClusterConfiguration * Orleans.Runtime.Configuration.ClientConfiguration -> Orleans.TestingHost.TestCluster
Public Sub New (clusterConfiguration As ClusterConfiguration, clientConfiguration As ClientConfiguration)

パラメーター

clusterConfiguration
ClusterConfiguration
clientConfiguration
ClientConfiguration

適用対象

TestCluster(TestClusterOptions, IReadOnlyList<IConfigurationSource>)

テスト クラスターとクライアントインプロセスを構成します。

public TestCluster (Orleans.TestingHost.TestClusterOptions options, System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.Configuration.IConfigurationSource> configurationSources);
new Orleans.TestingHost.TestCluster : Orleans.TestingHost.TestClusterOptions * System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.Configuration.IConfigurationSource> -> Orleans.TestingHost.TestCluster
Public Sub New (options As TestClusterOptions, configurationSources As IReadOnlyList(Of IConfigurationSource))

パラメーター

configurationSources
IReadOnlyList<IConfigurationSource>

適用対象

TestCluster(TestClusterOptions, IReadOnlyList<IConfigurationSource>, ITestClusterPortAllocator)

ソース:
TestCluster.cs

テスト クラスターとクライアントインプロセスを構成します。

public TestCluster (Orleans.TestingHost.TestClusterOptions options, System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.Configuration.IConfigurationSource> configurationSources, Orleans.TestingHost.ITestClusterPortAllocator portAllocator);
new Orleans.TestingHost.TestCluster : Orleans.TestingHost.TestClusterOptions * System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.Configuration.IConfigurationSource> * Orleans.TestingHost.ITestClusterPortAllocator -> Orleans.TestingHost.TestCluster
Public Sub New (options As TestClusterOptions, configurationSources As IReadOnlyList(Of IConfigurationSource), portAllocator As ITestClusterPortAllocator)

パラメーター

configurationSources
IReadOnlyList<IConfigurationSource>

適用対象