ActivityTrackingData Members

Include Protected Members
Include Inherited Members

Enables data tracking on Microsoft Unified Communications Managed API workflow activities. Data tracking is provided for properties on the SpeechQuestionAnswerActivity, InstantMessagingQuestionAnswerActivity, SpeechStatementActivity, and InstantMessagingStatementActivity. An activity adds data to the store each time it is executed. If the activity executes multiple times, data is recorded as long as the DataTrackingEnabled property on the activity is set to True. The value of the DataTrackingEnabled property can be changed at run time. For each property, the following data is recorded by the tracking service: activity name, property name, and property value.

The ActivityTrackingData type exposes the following members.

Constructors

  Name Description
Public method ActivityTrackingData Creates an instance.

Top

Properties

  Name Description
Public property ActivityName Gets or sets the name of the activity being tracked.
Public property TrackingDataProperties Gets the collection of TrackingDataProperty objects.

Top

Methods

  Name Description
Public method AddTrackingDataProperty Adds a tracking data property.
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

See Also

Reference

ActivityTrackingData Class

Microsoft.Rtc.Workflow.Activities Namespace