Provides details of the ActivityTaskStarted event.

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