TrackingDataWorkflowRuntimeService Class

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.

Inheritance Hierarchy

System.Object
  System.Workflow.Runtime.Hosting.WorkflowRuntimeService
    Microsoft.Rtc.Workflow.Activities.TrackingDataWorkflowRuntimeService

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

Syntax

'Declaration
Public NotInheritable Class TrackingDataWorkflowRuntimeService _
    Inherits WorkflowRuntimeService
'Usage
Dim instance As TrackingDataWorkflowRuntimeService
public sealed class TrackingDataWorkflowRuntimeService : WorkflowRuntimeService

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

TrackingDataWorkflowRuntimeService Members

Microsoft.Rtc.Workflow.Activities Namespace