AWS SDK for .NET Documentation
TimerCanceledEventAttributes Class
AmazonAmazon.SimpleWorkflow.ModelTimerCanceledEventAttributes Did this page help you?   Yes   No    Tell us about it...

Provides details of the TimerCanceled event.

Declaration Syntax
C#
public class TimerCanceledEventAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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:

Length
1 - 256


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
Object
TimerCanceledEventAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)