Edit

Share via


TestCluster.WaitForLivenessToStabilizeAsync(Boolean) Method

Definition

Wait for the silo liveness sub-system to detect and act on any recent cluster membership changes.

public System.Threading.Tasks.Task WaitForLivenessToStabilizeAsync (bool didKill = false);
member this.WaitForLivenessToStabilizeAsync : bool -> System.Threading.Tasks.Task
Public Function WaitForLivenessToStabilizeAsync (Optional didKill As Boolean = false) As Task

Parameters

didKill
Boolean

Whether recent membership changes we done by graceful Stop.

Returns

Applies to