Provides details of the ActivityTaskStarted event.

Esempio n. 1
0
 public HistoryEvent WithActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes activityTaskStartedEventAttributes)
 {
     this.activityTaskStartedEventAttributes = activityTaskStartedEventAttributes;
     return this;
 }