DeploymentBasedQueueBalancer Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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)
Parámetros
- siloStatusOracle
- ISiloStatusOracle
- deploymentConfig
- IDeploymentConfiguration
Se aplica a
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))
Parámetros
- siloStatusOracle
- ISiloStatusOracle
- deploymentConfig
- IDeploymentConfiguration
- services
- IServiceProvider
- logger
- ILogger<DeploymentBasedQueueBalancer>