コード例 #1
0
 static DistributorSatellite()
 {
     Address = Configure.Instance.GetMasterNodeAddress();
     Disable = !ConfigureMSMQDistributor.DistributorConfiguredToRunOnThisEndpoint() || SettingsHolder.Get <int>("Distributor.Version") != 2;
 }
コード例 #2
0
 static DistributorReadyMessageProcessor()
 {
     Address = Configure.Instance.GetMasterNodeAddress().SubScope("distributor.control");
     Disable = !ConfigureMSMQDistributor.DistributorConfiguredToRunOnThisEndpoint() || SettingsHolder.Get <int>("Distributor.Version") != 2;
 }