SiloPersistentStreamConfiguratorExtension.UseStaticClusterConfigDeploymentBalancer 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.
Configures the stream provider to use the static cluster configuration deployment balancer.
public static void UseStaticClusterConfigDeploymentBalancer (this Orleans.Hosting.ISiloPersistentStreamConfigurator configurator, TimeSpan? siloMaturityPeriod = default);
static member UseStaticClusterConfigDeploymentBalancer : Orleans.Hosting.ISiloPersistentStreamConfigurator * Nullable<TimeSpan> -> unit
<Extension()>
Public Sub UseStaticClusterConfigDeploymentBalancer (configurator As ISiloPersistentStreamConfigurator, Optional siloMaturityPeriod As Nullable(Of TimeSpan) = Nothing)
Parameters
- configurator
- ISiloPersistentStreamConfigurator
The configuration builder.