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

Provides details of the DecisionTaskScheduled event.

Declaration Syntax
C#
public class DecisionTaskScheduledEventAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DecisionTaskScheduledEventAttributes()()()()
Initializes a new instance of the DecisionTaskScheduledEventAttributes 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.)
StartToCloseTimeout
The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration. The valid values are integers greater than or equal to 0. An integer value can be used to specify the duration in seconds while NONE can be used to specify unlimited duration.

Constraints:

Length
0 - 8


TaskList
The name of the task list in which the decision task was scheduled.

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

WithTaskList(TaskList) Obsolete.
Sets the TaskList property

Inheritance Hierarchy
Object
DecisionTaskScheduledEventAttributes

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