Provides details of the ActivityTaskCompleted event.

Esempio n. 1
0
 public HistoryEvent WithActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)
 {
     this.activityTaskCompletedEventAttributes = activityTaskCompletedEventAttributes;
     return this;
 }