DeploymentBasedQueueBalancer 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DeploymentBasedQueueBalancer(ISiloStatusOracle, IDeploymentConfiguration, DeploymentBasedQueueBalancerOptions)
public DeploymentBasedQueueBalancer (Orleans.Runtime.ISiloStatusOracle siloStatusOracle, Orleans.Streams.IDeploymentConfiguration deploymentConfig, Orleans.Configuration.DeploymentBasedQueueBalancerOptions options);
new Orleans.Streams.DeploymentBasedQueueBalancer : Orleans.Runtime.ISiloStatusOracle * Orleans.Streams.IDeploymentConfiguration * Orleans.Configuration.DeploymentBasedQueueBalancerOptions -> Orleans.Streams.DeploymentBasedQueueBalancer
Public Sub New (siloStatusOracle As ISiloStatusOracle, deploymentConfig As IDeploymentConfiguration, options As DeploymentBasedQueueBalancerOptions)
參數
- siloStatusOracle
- ISiloStatusOracle
- deploymentConfig
- IDeploymentConfiguration
適用於
DeploymentBasedQueueBalancer(ISiloStatusOracle, IDeploymentConfiguration, DeploymentBasedQueueBalancerOptions, IServiceProvider, ILogger<DeploymentBasedQueueBalancer>)
public DeploymentBasedQueueBalancer (Orleans.Runtime.ISiloStatusOracle siloStatusOracle, Orleans.Streams.IDeploymentConfiguration deploymentConfig, Orleans.Configuration.DeploymentBasedQueueBalancerOptions options, IServiceProvider services, Microsoft.Extensions.Logging.ILogger<Orleans.Streams.DeploymentBasedQueueBalancer> logger);
new Orleans.Streams.DeploymentBasedQueueBalancer : Orleans.Runtime.ISiloStatusOracle * Orleans.Streams.IDeploymentConfiguration * Orleans.Configuration.DeploymentBasedQueueBalancerOptions * IServiceProvider * Microsoft.Extensions.Logging.ILogger<Orleans.Streams.DeploymentBasedQueueBalancer> -> Orleans.Streams.DeploymentBasedQueueBalancer
Public Sub New (siloStatusOracle As ISiloStatusOracle, deploymentConfig As IDeploymentConfiguration, options As DeploymentBasedQueueBalancerOptions, services As IServiceProvider, logger As ILogger(Of DeploymentBasedQueueBalancer))
參數
- siloStatusOracle
- ISiloStatusOracle
- deploymentConfig
- IDeploymentConfiguration
- services
- IServiceProvider
- logger
- ILogger<DeploymentBasedQueueBalancer>