次の方法で共有


TestSiloSpecificOptions.Create メソッド

定義

オーバーロード

Create(TestClusterOptions, Int32, Boolean)
Create(TestCluster, TestClusterOptions, Int32, Boolean)

TestSiloSpecificOptions クラスのインスタンスを作成します。

Create(TestClusterOptions, Int32, Boolean)

public static Orleans.TestingHost.TestSiloSpecificOptions Create (Orleans.TestingHost.TestClusterOptions testClusterOptions, int instanceNumber, bool assignNewPort = false);
static member Create : Orleans.TestingHost.TestClusterOptions * int * bool -> Orleans.TestingHost.TestSiloSpecificOptions
Public Shared Function Create (testClusterOptions As TestClusterOptions, instanceNumber As Integer, Optional assignNewPort As Boolean = false) As TestSiloSpecificOptions

パラメーター

testClusterOptions
TestClusterOptions
instanceNumber
Int32
assignNewPort
Boolean

戻り値

適用対象

Create(TestCluster, TestClusterOptions, Int32, Boolean)

ソース:
TestClusterOptions.cs

TestSiloSpecificOptions クラスのインスタンスを作成します。

public static Orleans.TestingHost.TestSiloSpecificOptions Create (Orleans.TestingHost.TestCluster testCluster, Orleans.TestingHost.TestClusterOptions testClusterOptions, int instanceNumber, bool assignNewPort = false);
static member Create : Orleans.TestingHost.TestCluster * Orleans.TestingHost.TestClusterOptions * int * bool -> Orleans.TestingHost.TestSiloSpecificOptions
Public Shared Function Create (testCluster As TestCluster, testClusterOptions As TestClusterOptions, instanceNumber As Integer, Optional assignNewPort As Boolean = false) As TestSiloSpecificOptions

パラメーター

testCluster
TestCluster

テスト クラスター。

testClusterOptions
TestClusterOptions

テスト クラスターのオプション。

instanceNumber
Int32

インスタンス番号。

assignNewPort
Boolean

に設定されている true場合は、サイロの新しいポートを割り当てます。

戻り値

オプション。

適用対象