TestCluster.WaitForLivenessToStabilizeAsync(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.