RuleActionTrackingEvent Class

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Contains the name, instance ID, and condition result of a rule that has been evaluated.

public ref class RuleActionTrackingEvent
[System.Serializable]
public class RuleActionTrackingEvent
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class RuleActionTrackingEvent
[<System.Serializable>]
type RuleActionTrackingEvent = class
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type RuleActionTrackingEvent = class
Public Class RuleActionTrackingEvent
Inheritance
RuleActionTrackingEvent
Attributes

Examples

The following code example shows how to use the RuleActionTrackingEvent class. This code example is part of the RuleActionTrackingEventSample SDK Sample from the ConsoleTrackingService.cs file. For more information, see RuleActionTrackingEvent Sample.

this.synchronizationScopeActivity = new System.Workflow.ComponentModel.SynchronizationScopeActivity();
Me.synchronizationScopeActivity = New System.Workflow.ComponentModel.SynchronizationScopeActivity()

Properties

ConditionResult

Gets the result of the condition evaluation.

RuleName

Gets the name of the Rule that caused the RuleActionTrackingEvent to be raised.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to