Esempio n. 1
0
        // Engines notify the SDM that a pending breakpoint failed to bind through the breakpoint error event
        public void OnBreakpointError(AD7ErrorBreakpoint bperr)
        {
            AD7BreakpointErrorEvent eventObject = new AD7BreakpointErrorEvent(bperr);

            Send(eventObject, AD7BreakpointErrorEvent.IID, null);
        }
Esempio n. 2
0
 // Engines notify the SDM that a pending breakpoint failed to bind through the breakpoint error event
 public void OnBreakpointError(AD7ErrorBreakpoint bperr)
 {
     AD7BreakpointErrorEvent eventObject = new AD7BreakpointErrorEvent(bperr);
     Send(eventObject, AD7BreakpointErrorEvent.IID, null);
 }