public System.Threading.Tasks.Task SendEventAsync(CEP.Common.Simulations.Sensor obj) { return(base.Channel.SendEventAsync(obj)); }
public void SendEvent(CEP.Common.Simulations.Sensor obj) { base.Channel.SendEvent(obj); }