Provides details of the TimerCanceled event.

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