Exemplo n.º 1
0
 public InternalCustomCheckManager(CustomChecksStorage store, ICustomCheck check, EndpointDetails localEndpointDetails)
 {
     this.store = store;
     this.check = check;
     this.localEndpointDetails = localEndpointDetails;
 }
 public TimerBasedPeriodicCheck(ICustomCheck customCheck, ServiceControlBackend serviceControlBackend)
 {
     this.customCheck = customCheck;
     this.serviceControlBackend = serviceControlBackend;
 }
Exemplo n.º 3
0
 public TimerBasedPeriodicCheck(ICustomCheck customCheck, ServiceControlBackend serviceControlBackend)
 {
     this.customCheck           = customCheck;
     this.serviceControlBackend = serviceControlBackend;
 }