Provides details of the TimerCanceled event.

Ejemplo n.º 1
0
 public HistoryEvent WithTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes)
 {
     this.timerCanceledEventAttributes = timerCanceledEventAttributes;
     return this;
 }