Provides details of the ActivityTaskCanceled event.

Ejemplo n.º 1
0
 public HistoryEvent WithActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes)
 {
     this.activityTaskCanceledEventAttributes = activityTaskCanceledEventAttributes;
     return this;
 }