public SapphireMessageSender(ConnectionManager connectionManager, NlbManager nlbManager)
 {
     this.connectionManager = connectionManager;
     this.nlbManager        = nlbManager;
 }
예제 #2
0
 public SapphireDatabaseNotifier(SapphireChangeNotifier notifier, NlbManager nlbManager)
 {
     this.notifier   = notifier;
     this.nlbManager = nlbManager;
 }