Exemple #1
0
 public LPCNotifier(PushChannelConfig config, ILog log)
     : base(config, log)
 {
     _parameter = config.LPCConfig;
 }
Exemple #2
0
 public LPCQuerier(PullChannelConfig config, ILog log)
     : base(config, log)
 {
     _parameter = config.LPCConfig;
 }