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 | |
---|---|---|
ActivityTrackingData | Creates an instance. |
Top
Properties
Name | Description | |
---|---|---|
ActivityName | Gets or sets the name of the activity being tracked. | |
TrackingDataProperties | Gets the collection of TrackingDataProperty objects. |
Top
Methods
Name | Description | |
---|---|---|
AddTrackingDataProperty | Adds a tracking data property. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top