Exemple #1
0
 /// <summary>
 // This method is executed when using this.Publish(new NetRaiseEvent())
 /// </summary>
 public virtual void NetRaiseEventHandler(NetRaiseEvent data)
 {
     // Process the commands information.  Also, you can publish new events by using the line below.
     // this.Publish(new AnotherEvent())
 }
Exemple #2
0
 public override void NetRaiseEventHandler(NetRaiseEvent data)
 {
     base.NetRaiseEventHandler(data);
     Client.OpRaiseEvent(data.EventCode, data.EventContent, true, null);
 }