C# Class NServiceBus.Routing.Legacy.ConfigureMSMQDistributor

Extension methods to configure Distributor.
显示文件 Open project: Particular/NServiceBus

Public Methods

Method 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 method

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
return void