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

Provides details of the TimerStarted event.

Declaration Syntax
C#
public class TimerStartedEventAttributes
Members
All MembersConstructorsMethodsProperties



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

Control
Optional data attached to the event that can be used by the decider in subsequent workflow tasks.

Constraints:

Length
0 - 32768


DecisionTaskCompletedEventId
The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. 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.)
StartToFireTimeout
The duration of time after which the timer will fire. The duration is specified in seconds. The valid values are integers greater than or equal to 0.

Constraints:

Length
1 - 8


TimerId
The unique Id of the timer that was started.

Constraints:

Length
1 - 256


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithControl(String) Obsolete.
Sets the Control property

WithDecisionTaskCompletedEventId(Int64) Obsolete.
Sets the DecisionTaskCompletedEventId property

WithStartToFireTimeout(String) Obsolete.
Sets the StartToFireTimeout property

WithTimerId(String) Obsolete.
Sets the TimerId property

Inheritance Hierarchy
Object
TimerStartedEventAttributes

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