コード例 #1
0
 public System.Threading.Tasks.Task SendEventAsync(CEP.Common.Simulations.Sensor obj)
 {
     return(base.Channel.SendEventAsync(obj));
 }
コード例 #2
0
 public void SendEvent(CEP.Common.Simulations.Sensor obj)
 {
     base.Channel.SendEvent(obj);
 }