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.
nullmeans suspend indefinitely.
