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

Provides details of the TimerFired event.

Declaration Syntax
C#
public class TimerFiredEventAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TimerFiredEventAttributes()()()()
Initializes a new instance of the TimerFiredEventAttributes class

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 fired.

Constraints:

Length
1 - 256


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithStartedEventId(Int64) Obsolete.
Sets the StartedEventId property

WithTimerId(String) Obsolete.
Sets the TimerId property

Inheritance Hierarchy
Object
TimerFiredEventAttributes

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