共用方式為


DeploymentBasedQueueBalancer 建構函式

定義

多載

DeploymentBasedQueueBalancer(ISiloStatusOracle, IDeploymentConfiguration, DeploymentBasedQueueBalancerOptions)
DeploymentBasedQueueBalancer(ISiloStatusOracle, IDeploymentConfiguration, DeploymentBasedQueueBalancerOptions, IServiceProvider, ILogger<DeploymentBasedQueueBalancer>)

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>)

來源:
DeploymentBasedQueueBalancer.cs
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

適用於