Edit

Share via


InProcessTestCluster.GetLivenessStabilizationTime Method

Definition

Get the timeout value to use to wait for the silo liveness sub-system to detect and act on any recent cluster membership changes.

public static TimeSpan GetLivenessStabilizationTime(Orleans.Configuration.ClusterMembershipOptions clusterMembershipOptions, bool didKill = false);
static member GetLivenessStabilizationTime : Orleans.Configuration.ClusterMembershipOptions * bool -> TimeSpan
Public Shared Function GetLivenessStabilizationTime (clusterMembershipOptions As ClusterMembershipOptions, Optional didKill As Boolean = false) As TimeSpan

Parameters

clusterMembershipOptions
ClusterMembershipOptions
didKill
Boolean

Returns

Applies to