RebalancingReport.SuspensionDuration Property
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.
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.