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