C# Класс NServiceBus.Routing.SingleInstanceRoundRobinDistributionStrategy

Selects a single instance based on a round-robin scheme.
Наследование: DistributionStrategy
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SelectReceiver ( string receiverAddresses ) : string

Selects a destination instance for a message from all known addresses of a logical endpoint.

SingleInstanceRoundRobinDistributionStrategy ( string endpoint, DistributionStrategyScope scope ) : System.Threading

Creates a new SingleInstanceRoundRobinDistributionStrategy instance.

Описание методов

SelectReceiver() публичный Метод

Selects a destination instance for a message from all known addresses of a logical endpoint.
public SelectReceiver ( string receiverAddresses ) : string
receiverAddresses string
Результат string

SingleInstanceRoundRobinDistributionStrategy() публичный Метод

Creates a new SingleInstanceRoundRobinDistributionStrategy instance.
public SingleInstanceRoundRobinDistributionStrategy ( string endpoint, DistributionStrategyScope scope ) : System.Threading
endpoint string The name of the endpoint this distribution strategy resolves instances for.
scope DistributionStrategyScope The scope for this strategy.
Результат System.Threading