DeploymentBasedQueueBalancer Constructors
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.
Overloads
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>)
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
- logger
- ILogger<DeploymentBasedQueueBalancer>