Ejemplo n.º 1
0
 public void RaiseWmEvent(InboundBaseServer inboundEventServer)
 {
     inboundEventServer.RaiseTelemetryDetection(Payload, Topic);
 }
Ejemplo n.º 2
0
 public void RaiseEvent(InboundBaseServer inboundEventServer)
 {
     EventRaisingBehavior.RaiseWmEvent(inboundEventServer);
 }