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.

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

Syntax

'Declaration
Public NotInheritable Class TrackingDataWorkflowRuntimeService _
    Inherits WorkflowRuntimeService
public sealed class TrackingDataWorkflowRuntimeService : WorkflowRuntimeService
public ref class TrackingDataWorkflowRuntimeService sealed : public WorkflowRuntimeService
Microsoft.Rtc.Workflow.Activities.TrackingDataWorkflowRuntimeService = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Activities.TrackingDataWorkflowRuntimeService',
    WorkflowRuntimeService);

Inheritance Hierarchy

Object
  WorkflowRuntimeService
    Microsoft.Rtc.Workflow.Activities..::.TrackingDataWorkflowRuntimeService

See Also

TrackingDataWorkflowRuntimeService Members

Microsoft.Rtc.Workflow.Activities Namespace