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.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Workflow.Activities.ActivityTrackingData

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

Syntax

'Declaration
Public NotInheritable Class ActivityTrackingData
'Usage
Dim instance As ActivityTrackingData
public sealed class ActivityTrackingData

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ActivityTrackingData Members

Microsoft.Rtc.Workflow.Activities Namespace