TestingSiloHost Constructors
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.
Overloads
TestingSiloHost() |
Start the default Primary and Secondary test silos, plus client in-process, using the default silo config options. |
TestingSiloHost(TestingSiloOptions) |
Start the default Primary and Secondary test silos, plus client in-process, using the specified silo config options. |
TestingSiloHost(Boolean) |
Start the default Primary and Secondary test silos, plus client in-process, ensuring that fresh silos are started if they were already running. |
TestingSiloHost(TestingSiloOptions, TestingClientOptions) |
Start the default Primary and Secondary test silos, plus client in-process, using the specified silo and client config options. |
TestingSiloHost()
Start the default Primary and Secondary test silos, plus client in-process, using the default silo config options.
public TestingSiloHost ();
Public Sub New ()
Applies to
TestingSiloHost(TestingSiloOptions)
Start the default Primary and Secondary test silos, plus client in-process, using the specified silo config options.
public TestingSiloHost (Orleans.TestingHost.TestingSiloOptions siloOptions);
new Orleans.TestingHost.TestingSiloHost : Orleans.TestingHost.TestingSiloOptions -> Orleans.TestingHost.TestingSiloHost
Public Sub New (siloOptions As TestingSiloOptions)
Parameters
- siloOptions
- TestingSiloOptions
Applies to
TestingSiloHost(Boolean)
Start the default Primary and Secondary test silos, plus client in-process, ensuring that fresh silos are started if they were already running.
public TestingSiloHost (bool startFreshOrleans);
new Orleans.TestingHost.TestingSiloHost : bool -> Orleans.TestingHost.TestingSiloHost
Public Sub New (startFreshOrleans As Boolean)
Parameters
- startFreshOrleans
- Boolean
Applies to
TestingSiloHost(TestingSiloOptions, TestingClientOptions)
Start the default Primary and Secondary test silos, plus client in-process, using the specified silo and client config options.
public TestingSiloHost (Orleans.TestingHost.TestingSiloOptions siloOptions, Orleans.TestingHost.TestingClientOptions clientOptions);
new Orleans.TestingHost.TestingSiloHost : Orleans.TestingHost.TestingSiloOptions * Orleans.TestingHost.TestingClientOptions -> Orleans.TestingHost.TestingSiloHost
Public Sub New (siloOptions As TestingSiloOptions, clientOptions As TestingClientOptions)
Parameters
- siloOptions
- TestingSiloOptions
- clientOptions
- TestingClientOptions