C# Class NServiceBus.Routing.Legacy.ConfigureMSMQDistributor

Extension methods to configure Distributor.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
EnlistWithLegacyMSMQDistributor ( this config, string masterNodeAddress, string masterNodeControlAddress, int capacity ) : void

Enlist Worker with Master node defined in the config.

Method Details

EnlistWithLegacyMSMQDistributor() public static méthode

Enlist Worker with Master node defined in the config.
public static EnlistWithLegacyMSMQDistributor ( this config, string masterNodeAddress, string masterNodeControlAddress, int capacity ) : void
config this
masterNodeAddress string
masterNodeControlAddress string
capacity int
Résultat void