TestCluster.GetLivenessStabilizationTime 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.
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
- global
- GlobalConfiguration
- didKill
- Boolean