AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Provides details about the DecisionTaskScheduled event.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.DecisionTaskScheduledEventAttributes

Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DecisionTaskScheduledEventAttributes : Object

The DecisionTaskScheduledEventAttributes type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property StartToCloseTimeout System.String Gets and sets the property StartToCloseTimeout.

The maximum duration for this decision task. The task is considered timed out if it does not completed within this duration.

The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.

Public Property TaskList Amazon.SimpleWorkflow.Model.TaskList Gets and sets the property TaskList.

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

Public Property TaskPriority System.String Gets and sets the property TaskPriority.

Optional. A task priority that, if set, specifies the priority for this decision task. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8