IRuleSetTrackingInterceptor.TrackConditionEvaluation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void TrackConditionEvaluation(System::String ^ testExpression, System::String ^ leftClassType, int leftClassInstanceId, System::Object ^ leftValue, System::String ^ rightClassType, int rightClassInstanceId, System::Object ^ rightValue, bool result);
public void TrackConditionEvaluation (string testExpression, string leftClassType, int leftClassInstanceId, object leftValue, string rightClassType, int rightClassInstanceId, object rightValue, bool result);
abstract member TrackConditionEvaluation : string * string * int * obj * string * int * obj * bool -> unit
Public Sub TrackConditionEvaluation (testExpression As String, leftClassType As String, leftClassInstanceId As Integer, leftValue As Object, rightClassType As String, rightClassInstanceId As Integer, rightValue As Object, result As Boolean)
Parameters
- testExpression
- String
- leftClassType
- String
- leftClassInstanceId
- Int32
- leftValue
- Object
- rightClassType
- String
- rightClassInstanceId
- Int32
- rightValue
- Object
- result
- Boolean