Beispiel #1
0
 /// <summary>
 /// Marks the trigger as accepted to be thrown at the end of the execution of the service
 /// </summary>
 /// <param name="filter">Trigger accepted and waiting to be throwed</param>
 public void AddAcceptedTrigger(ONTrigger onTrigger)
 {
     AcceptedTriggers.Add(onTrigger);
 }
 /// <summary>
 /// Marks the trigger as accepted to be thrown at the end of the execution of the service
 /// </summary>
 /// <param name="filter">Trigger accepted and waiting to be throwed</param>
 public void AddAcceptedTrigger(ONTrigger onTrigger)
 {
     AcceptedTriggers.Add(onTrigger);
 }