Redigera

Dela via


InProcessTestCluster.StopSiloAsync(InProcessSiloHandle) Method

Definition

Do a semi-graceful Stop of the specified silo.

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

Parameters

instance
InProcessSiloHandle

Silo to be stopped.

Returns

Applies to