/// <summary> /// Sends the event. /// </summary> /// <param name="engine"> The AD7Engine object that represents the DE. </param> public static void Send(AD7Engine engine) { var xEvent = new AD7EntryPointEvent(); engine.Callback.Send(xEvent, IID, engine.currentThread()); }
/// <summary> /// Sends the event. /// </summary> /// <param name="engine"> The AD7Engine object that represents the DE. </param> public static void Send(AD7Engine engine) { var xEvent = new AD7StepCompletedEvent(); engine.Callback.Send(xEvent, IID, engine.currentThread()); }