Exemple #1
0
 public System.Threading.Tasks.Task <bool> SendNotificationAsync(Infrastructure.Models.CEventInfo eventInfo, Infrastructure.Models.CRule rule)
 {
     return(base.Channel.SendNotificationAsync(eventInfo, rule));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <bool> WriteEventInfoAsync(Infrastructure.Models.CEventInfo eventInfo)
 {
     return(base.Channel.WriteEventInfoAsync(eventInfo));
 }
Exemple #3
0
 public bool SendNotification(Infrastructure.Models.CEventInfo eventInfo, Infrastructure.Models.CRule rule)
 {
     return(base.Channel.SendNotification(eventInfo, rule));
 }
Exemple #4
0
 public bool WriteEventInfo(Infrastructure.Models.CEventInfo eventInfo)
 {
     return(base.Channel.WriteEventInfo(eventInfo));
 }