VSNDK.DebugEngine.EngineCallback.OnStepComplete C# (CSharp) Method

OnStepComplete() public method

Step complete is sent when a step has finished. Not implemented.
public OnStepComplete ( ) : void
return void
        public void OnStepComplete()
        {
            throw new Exception("The method or operation is not implemented.");
            //            AD7StepCompletedEvent.Send(m_engine);
            // TODO: implement this method...
        }