Provides details of the TimerCanceled event.
 Declaration Syntax
 Declaration Syntax| C# | 
public class TimerCanceledEventAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | TimerCanceledEventAttributes()()()() | Initializes a new instance of the TimerCanceledEventAttributes class | 
|  | DecisionTaskCompletedEventId | 
            The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to
            cancel this timer. This information can be useful for diagnosing problems by tracing back the cause of events.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | StartedEventId | 
            The id of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing
            problems by tracing back the chain of events leading up to this event.
             
             | 
|  | TimerId | 
            The unique Id of the timer that was canceled.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDecisionTaskCompletedEventId(Int64) | Obsolete. 
            Sets the DecisionTaskCompletedEventId property
             | 
|  | WithStartedEventId(Int64) | Obsolete. 
            Sets the StartedEventId property
             | 
|  | WithTimerId(String) | Obsolete. 
            Sets the TimerId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | TimerCanceledEventAttributes |