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 4.5
 
Provides details of the WorkflowExecutionTimedOut event.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.WorkflowExecutionTimedOutEventAttributes

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

Syntax

C#
public class WorkflowExecutionTimedOutEventAttributes : Object

The WorkflowExecutionTimedOutEventAttributes type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ChildPolicy Amazon.SimpleWorkflow.ChildPolicy Gets and sets the property ChildPolicy.

The policy used for the child workflow executions of this workflow execution.

The supported child policies are:

  • TERMINATE: the child executions will be terminated.
  • REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON: no action will be taken. The child executions will continue to run.
Public Property TimeoutType Amazon.SimpleWorkflow.WorkflowExecutionTimeoutType Gets and sets the property TimeoutType.

The type of timeout that caused this event.

Version Information

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

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