Skip to content

IActivationRebalancer.SuspendRebalancing(TimeSpan?)

SuspendRebalancing(TimeSpan?)

abstract
public abstract Task SuspendRebalancing(TimeSpan? duration = null)
Suspends rebalancing if its running, otherwise its a no-op.

Parameters

durationTimeSpan?
The amount of time to suspend the rebalancer.

null means suspend indefinitely.