TestClusterBuilder Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TestClusterBuilder() |
Initializes a new instance of TestClusterBuilder using the default options. |
TestClusterBuilder(Int16) |
Initializes a new instance of TestClusterBuilder overriding the initial silos count. |
- Source:
- TestClusterBuilder.cs
Initializes a new instance of TestClusterBuilder using the default options.
C#
public TestClusterBuilder();
Public Sub New ()
Applies to
.NET Orleans 9.0.0 an aner Versiounen
Produkt | Versiounen |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |
- Source:
- TestClusterBuilder.cs
Initializes a new instance of TestClusterBuilder overriding the initial silos count.
C#
public TestClusterBuilder(short initialSilosCount);
new Orleans.TestingHost.TestClusterBuilder : int16 -> Orleans.TestingHost.TestClusterBuilder
Public Sub New (initialSilosCount As Short)
Parameters
- initialSilosCount
- Int16
The number of initial silos to deploy.
Applies to
.NET Orleans 9.0.0 an aner Versiounen
Produkt | Versiounen |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |