TrackingDataWorkflowRuntimeService Members
Include Protected Members
Include Inherited Members
Represents an instance of the Microsoft Unified Communications Managed API workflow data tracking service. The data tracking service stores references to ActivityTrackingData objects for workflow instances. The main purpose of the service is to provide a way to keep track of the context of a call. The data tracking service is not intended for use with logging or tuning data.
The TrackingDataWorkflowRuntimeService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TrackingDataWorkflowRuntimeService | Creates an instance. |
Top
Properties
Name | Description | |
---|---|---|
Runtime | (inherited from WorkflowRuntimeService) | |
State | (inherited from WorkflowRuntimeService) |
Top
Methods
Name | Description | |
---|---|---|
AddTrackingData | Adds an activity context item for a specified workflow instance. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetTrackingData | Gets a list of activity context items for a specified workflow instance. | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
OnStarted | (inherited from WorkflowRuntimeService) | |
OnStopped | (inherited from WorkflowRuntimeService) | |
RaiseServicesExceptionNotHandledEvent | (inherited from WorkflowRuntimeService) | |
Start | (inherited from WorkflowRuntimeService) | |
Stop | (inherited from WorkflowRuntimeService) | |
ToString | (inherited from Object) |
Top