VSNDK.DebugEngine.AD7Expression.IDebugExpression2 C# (CSharp) Method

IDebugExpression2() private method

This method cancels asynchronous expression evaluation as started by a call to the IDebugExpression2::EvaluateAsync method. Not implemented yet because it was not needed till now. (http://msdn.microsoft.com/en-ca/library/bb145924.aspx)
private IDebugExpression2 ( ) : int
return int
        int IDebugExpression2.Abort()
        {
            throw new NotImplementedException();
        }

Same methods

AD7Expression::IDebugExpression2 ( enum_EVALFLAGS dwFlags, IDebugEventCallback2 pExprCallback ) : int
AD7Expression::IDebugExpression2 ( enum_EVALFLAGS dwFlags, uint dwTimeout, IDebugEventCallback2 pExprCallback, IDebugProperty2 &ppResult ) : int