Edit

Share via


RebalancingReport.SuspensionDuration Property

Definition

The amount of time the rebalancer is suspended (if at all).

[Orleans.Id(2)]
public TimeSpan? SuspensionDuration { get; init; }
[<Orleans.Id(2)>]
member this.SuspensionDuration : Nullable<TimeSpan> with get, set
Public Property SuspensionDuration As Nullable(Of TimeSpan)

Property Value

Attributes

Remarks

This will always be null if Status is Executing.

Applies to