Edit

Share via


TestCluster.GetLivenessStabilizationTime Method

Definition

Overloads

GetLivenessStabilizationTime(ClusterMembershipOptions, Boolean)

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

GetLivenessStabilizationTime(GlobalConfiguration, Boolean)

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

GetLivenessStabilizationTime(ClusterMembershipOptions, Boolean)

Source:
TestCluster.cs

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

GetLivenessStabilizationTime(GlobalConfiguration, Boolean)

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.Runtime.Configuration.GlobalConfiguration global, bool didKill = false);
static member GetLivenessStabilizationTime : Orleans.Runtime.Configuration.GlobalConfiguration * bool -> TimeSpan
Public Shared Function GetLivenessStabilizationTime (global As GlobalConfiguration, Optional didKill As Boolean = false) As TimeSpan

Parameters

didKill
Boolean

Returns

Applies to