Edit

Share via


TestCluster.StopSilo(SiloHandle) Method

Definition

Do a semi-graceful Stop of the specified silo.

public void StopSilo (Orleans.TestingHost.SiloHandle instance);
member this.StopSilo : Orleans.TestingHost.SiloHandle -> unit
Public Sub StopSilo (instance As SiloHandle)

Parameters

instance
SiloHandle

Silo to be stopped.

Applies to