ActivationRepartitionerOptions.MinRoundPeriod 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 minimum time between initiating a repartitioning round.
public TimeSpan MinRoundPeriod { get; set; }
member this.MinRoundPeriod : TimeSpan with get, set
Public Property MinRoundPeriod As TimeSpan
Property Value
Remarks
The actual due time is picked randomly between this and MaxRoundPeriod.