SiloPersistentStreamConfiguratorExtension.UseStaticAzureDeploymentBalancer メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
負荷分散に Azure デプロイ情報を使用するストリーム キュー バランサー。 Azure で実行されているサイロが必要です。 この Balancer では、Azure ロール コードによって報告されたサイロの完全なセットに関する両方の情報が使用されますが、現在アクティブなサイロに関するメンバーシップ オラクルからの情報は使用されません。 つまり、クラスター メンバーシップの動的な変更に基づいてキューを再調整することはありません。
public static void UseStaticAzureDeploymentBalancer (this Orleans.Hosting.ISiloPersistentStreamConfigurator configurator, TimeSpan? siloMaturityPeriod = default);
static member UseStaticAzureDeploymentBalancer : Orleans.Hosting.ISiloPersistentStreamConfigurator * Nullable<TimeSpan> -> unit
<Extension()>
Public Sub UseStaticAzureDeploymentBalancer (configurator As ISiloPersistentStreamConfigurator, Optional siloMaturityPeriod As Nullable(Of TimeSpan) = Nothing)
パラメーター
- configurator
- ISiloPersistentStreamConfigurator