VSNDK.DebugEngine.AD7StepCompletedEvent.Send C# (CSharp) Method

Send() public static method

Sends the event.
public static Send ( AD7Engine engine ) : void
engine AD7Engine The AD7Engine object that represents the DE.
return void
        public static void Send(AD7Engine engine)
        {
            var xEvent = new AD7StepCompletedEvent();
            engine.Callback.Send(xEvent, IID, engine.currentThread());
        }
AD7StepCompletedEvent