InProcessTestCluster Constructor
Definition
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.
Configures the test cluster plus client in-process.
public InProcessTestCluster(Orleans.TestingHost.InProcessTestClusterOptions options, Orleans.TestingHost.ITestClusterPortAllocator portAllocator);
new Orleans.TestingHost.InProcessTestCluster : Orleans.TestingHost.InProcessTestClusterOptions * Orleans.TestingHost.ITestClusterPortAllocator -> Orleans.TestingHost.InProcessTestCluster
Public Sub New (options As InProcessTestClusterOptions, portAllocator As ITestClusterPortAllocator)
Parameters
- options
- InProcessTestClusterOptions
- portAllocator
- ITestClusterPortAllocator