TestCluster コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- options
- 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))
パラメーター
- options
- TestClusterOptions
- 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)
パラメーター
- options
- TestClusterOptions
- configurationSources
- IReadOnlyList<IConfigurationSource>
- portAllocator
- ITestClusterPortAllocator