Provides details of the ActivityTaskCompleted event.

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