TestingSiloHost.RestartSilo(SiloHandle) Method
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.
Do a Stop or Kill of the specified silo, followed by a restart.
public Orleans.TestingHost.SiloHandle RestartSilo (Orleans.TestingHost.SiloHandle instance);
member this.RestartSilo : Orleans.TestingHost.SiloHandle -> Orleans.TestingHost.SiloHandle
Public Function RestartSilo (instance As SiloHandle) As SiloHandle
Parameters
- instance
- SiloHandle
Silo to be restarted.