ActivityTrackingData Class

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.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public NotInheritable Class ActivityTrackingData
public sealed class ActivityTrackingData
public ref class ActivityTrackingData sealed
Microsoft.Rtc.Workflow.Activities.ActivityTrackingData = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Activities.ActivityTrackingData');

Inheritance Hierarchy

Object
  Microsoft.Rtc.Workflow.Activities..::.ActivityTrackingData

See Also

ActivityTrackingData Members

Microsoft.Rtc.Workflow.Activities Namespace