Edit

Share via


DeploymentBasedQueueBalancer Constructors

Definition

Overloads

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)

Parameters

siloStatusOracle
ISiloStatusOracle
deploymentConfig
IDeploymentConfiguration

Applies to

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

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

Parameters

siloStatusOracle
ISiloStatusOracle
deploymentConfig
IDeploymentConfiguration
services
IServiceProvider

Applies to