IActivationRebalancer.SuspendRebalancing(Nullable<TimeSpan>) Method
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.
Orleans.Placement.Rebalancing.IActivationRebalancerWorker.SuspendRebalancing(System.Nullable{System.TimeSpan})
public System.Threading.Tasks.Task SuspendRebalancing(TimeSpan? duration = default);
abstract member SuspendRebalancing : Nullable<TimeSpan> -> System.Threading.Tasks.Task
Public Function SuspendRebalancing (Optional duration As Nullable(Of TimeSpan) = Nothing) As Task