Redigera

Dela via


InProcessTestCluster.KillSiloAsync(InProcessSiloHandle) Method

Definition

Do an immediate Kill of the specified silo.

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

Parameters

instance
InProcessSiloHandle

Silo to be killed.

Returns

Applies to