Example #1
0
 public RecureHostedService()
 {
     c = new Communication();
     c.OnCommunicateChangeAsync += StartAsync;
 }
Example #2
0
 public CommunicationWorker(Communication communicate)
 {
     _communicate = communicate;
 }