Ejemplo n.º 1
0
 public System.Threading.Tasks.Task AddTimeAsync(string time, string path, AntiLib.DateValueOperation oper)
 {
     return(base.Channel.AddTimeAsync(time, path, oper));
 }
Ejemplo n.º 2
0
 public void AddTime(string time, string path, AntiLib.DateValueOperation oper)
 {
     base.Channel.AddTime(time, path, oper);
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task CreateObserverAsync(string path, AntiLib.DateValueOperation oper)
 {
     return(base.Channel.CreateObserverAsync(path, oper));
 }
Ejemplo n.º 4
0
 public void CreateObserver(string path, AntiLib.DateValueOperation oper)
 {
     base.Channel.CreateObserver(path, oper);
 }
Ejemplo n.º 5
0
 public System.Threading.Tasks.Task <bool> StartScaningAsync(string path, AntiLib.DateValueOperation oper)
 {
     return(base.Channel.StartScaningAsync(path, oper));
 }
Ejemplo n.º 6
0
 public bool StartScaning(string path, AntiLib.DateValueOperation oper)
 {
     return(base.Channel.StartScaning(path, oper));
 }