Edit

Share via


TestCluster.StopSiloAsync(SiloHandle) Method

Definition

Do a semi-graceful Stop of the specified silo.

public System.Threading.Tasks.Task StopSiloAsync (Orleans.TestingHost.SiloHandle instance);
member this.StopSiloAsync : Orleans.TestingHost.SiloHandle -> System.Threading.Tasks.Task
Public Function StopSiloAsync (instance As SiloHandle) As Task

Parameters

instance
SiloHandle

Silo to be stopped.

Returns

Applies to