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