Пример #1
0
        /// <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());
        }
Пример #2
0
        /// <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());
        }