ActivityTrackingData Constructor
Creates an instance.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
activityName As String, _
workflowInstanceId As Guid _
)
'Usage
Dim activityName As String
Dim workflowInstanceId As Guid
Dim instance As New ActivityTrackingData(activityName, _
workflowInstanceId)
public ActivityTrackingData(
string activityName,
Guid workflowInstanceId
)
Parameters
- activityName
Type: System.String
Name of the activity.
- workflowInstanceId
Type: System.Guid
ID of the workflow in which the activity was present.