AWS SDK Version 3 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.

Constants used for properties of type EventType.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.ConstantClass
    Amazon.SimpleWorkflow.EventType

Namespace: Amazon.SimpleWorkflow
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z

Syntax

C#
public class EventType : ConstantClass

The EventType type exposes the following members

Constructors

NameDescription
Public Method EventType(string)

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Properties

NameTypeDescription
Public Property Value System.String Inherited from Amazon.Runtime.ConstantClass.

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method Static Method FindValue(string)

Finds the constant for the unique value.

Fields

NameTypeDescription
Field Static Field ActivityTaskCanceled Amazon.SimpleWorkflow.EventType

Constant ActivityTaskCanceled for EventType

Field Static Field ActivityTaskCancelRequested Amazon.SimpleWorkflow.EventType

Constant ActivityTaskCancelRequested for EventType

Field Static Field ActivityTaskCompleted Amazon.SimpleWorkflow.EventType

Constant ActivityTaskCompleted for EventType

Field Static Field ActivityTaskFailed Amazon.SimpleWorkflow.EventType

Constant ActivityTaskFailed for EventType

Field Static Field ActivityTaskScheduled Amazon.SimpleWorkflow.EventType

Constant ActivityTaskScheduled for EventType

Field Static Field ActivityTaskStarted Amazon.SimpleWorkflow.EventType

Constant ActivityTaskStarted for EventType

Field Static Field ActivityTaskTimedOut Amazon.SimpleWorkflow.EventType

Constant ActivityTaskTimedOut for EventType

Field Static Field CancelTimerFailed Amazon.SimpleWorkflow.EventType

Constant CancelTimerFailed for EventType

Field Static Field CancelWorkflowExecutionFailed Amazon.SimpleWorkflow.EventType

Constant CancelWorkflowExecutionFailed for EventType

Field Static Field ChildWorkflowExecutionCanceled Amazon.SimpleWorkflow.EventType

Constant ChildWorkflowExecutionCanceled for EventType

Field Static Field ChildWorkflowExecutionCompleted Amazon.SimpleWorkflow.EventType

Constant ChildWorkflowExecutionCompleted for EventType

Field Static Field ChildWorkflowExecutionFailed Amazon.SimpleWorkflow.EventType

Constant ChildWorkflowExecutionFailed for EventType

Field Static Field ChildWorkflowExecutionStarted Amazon.SimpleWorkflow.EventType

Constant ChildWorkflowExecutionStarted for EventType

Field Static Field ChildWorkflowExecutionTerminated Amazon.SimpleWorkflow.EventType

Constant ChildWorkflowExecutionTerminated for EventType

Field Static Field ChildWorkflowExecutionTimedOut Amazon.SimpleWorkflow.EventType

Constant ChildWorkflowExecutionTimedOut for EventType

Field Static Field CompleteWorkflowExecutionFailed Amazon.SimpleWorkflow.EventType

Constant CompleteWorkflowExecutionFailed for EventType

Field Static Field ContinueAsNewWorkflowExecutionFailed Amazon.SimpleWorkflow.EventType

Constant ContinueAsNewWorkflowExecutionFailed for EventType

Field Static Field DecisionTaskCompleted Amazon.SimpleWorkflow.EventType

Constant DecisionTaskCompleted for EventType

Field Static Field DecisionTaskScheduled Amazon.SimpleWorkflow.EventType

Constant DecisionTaskScheduled for EventType

Field Static Field DecisionTaskStarted Amazon.SimpleWorkflow.EventType

Constant DecisionTaskStarted for EventType

Field Static Field DecisionTaskTimedOut Amazon.SimpleWorkflow.EventType

Constant DecisionTaskTimedOut for EventType

Field Static Field ExternalWorkflowExecutionCancelRequested Amazon.SimpleWorkflow.EventType

Constant ExternalWorkflowExecutionCancelRequested for EventType

Field Static Field ExternalWorkflowExecutionSignaled Amazon.SimpleWorkflow.EventType

Constant ExternalWorkflowExecutionSignaled for EventType

Field Static Field FailWorkflowExecutionFailed Amazon.SimpleWorkflow.EventType

Constant FailWorkflowExecutionFailed for EventType

Field Static Field LambdaFunctionCompleted Amazon.SimpleWorkflow.EventType

Constant LambdaFunctionCompleted for EventType

Field Static Field LambdaFunctionFailed Amazon.SimpleWorkflow.EventType

Constant LambdaFunctionFailed for EventType

Field Static Field LambdaFunctionScheduled Amazon.SimpleWorkflow.EventType

Constant LambdaFunctionScheduled for EventType

Field Static Field LambdaFunctionStarted Amazon.SimpleWorkflow.EventType

Constant LambdaFunctionStarted for EventType

Field Static Field LambdaFunctionTimedOut Amazon.SimpleWorkflow.EventType

Constant LambdaFunctionTimedOut for EventType

Field Static Field MarkerRecorded Amazon.SimpleWorkflow.EventType

Constant MarkerRecorded for EventType

Field Static Field RecordMarkerFailed Amazon.SimpleWorkflow.EventType

Constant RecordMarkerFailed for EventType

Field Static Field RequestCancelActivityTaskFailed Amazon.SimpleWorkflow.EventType

Constant RequestCancelActivityTaskFailed for EventType

Field Static Field RequestCancelExternalWorkflowExecutionFailed Amazon.SimpleWorkflow.EventType

Constant RequestCancelExternalWorkflowExecutionFailed for EventType

Field Static Field RequestCancelExternalWorkflowExecutionInitiated Amazon.SimpleWorkflow.EventType

Constant RequestCancelExternalWorkflowExecutionInitiated for EventType

Field Static Field ScheduleActivityTaskFailed Amazon.SimpleWorkflow.EventType

Constant ScheduleActivityTaskFailed for EventType

Field Static Field ScheduleLambdaFunctionFailed Amazon.SimpleWorkflow.EventType

Constant ScheduleLambdaFunctionFailed for EventType

Field Static Field SignalExternalWorkflowExecutionFailed Amazon.SimpleWorkflow.EventType

Constant SignalExternalWorkflowExecutionFailed for EventType

Field Static Field SignalExternalWorkflowExecutionInitiated Amazon.SimpleWorkflow.EventType

Constant SignalExternalWorkflowExecutionInitiated for EventType

Field Static Field StartChildWorkflowExecutionFailed Amazon.SimpleWorkflow.EventType

Constant StartChildWorkflowExecutionFailed for EventType

Field Static Field StartChildWorkflowExecutionInitiated Amazon.SimpleWorkflow.EventType

Constant StartChildWorkflowExecutionInitiated for EventType

Field Static Field StartLambdaFunctionFailed Amazon.SimpleWorkflow.EventType

Constant StartLambdaFunctionFailed for EventType

Field Static Field StartTimerFailed Amazon.SimpleWorkflow.EventType

Constant StartTimerFailed for EventType

Field Static Field TimerCanceled Amazon.SimpleWorkflow.EventType

Constant TimerCanceled for EventType

Field Static Field TimerFired Amazon.SimpleWorkflow.EventType

Constant TimerFired for EventType

Field Static Field TimerStarted Amazon.SimpleWorkflow.EventType

Constant TimerStarted for EventType

Field Static Field WorkflowExecutionCanceled Amazon.SimpleWorkflow.EventType

Constant WorkflowExecutionCanceled for EventType

Field Static Field WorkflowExecutionCancelRequested Amazon.SimpleWorkflow.EventType

Constant WorkflowExecutionCancelRequested for EventType

Field Static Field WorkflowExecutionCompleted Amazon.SimpleWorkflow.EventType

Constant WorkflowExecutionCompleted for EventType

Field Static Field WorkflowExecutionContinuedAsNew Amazon.SimpleWorkflow.EventType

Constant WorkflowExecutionContinuedAsNew for EventType

Field Static Field WorkflowExecutionFailed Amazon.SimpleWorkflow.EventType

Constant WorkflowExecutionFailed for EventType

Field Static Field WorkflowExecutionSignaled Amazon.SimpleWorkflow.EventType

Constant WorkflowExecutionSignaled for EventType

Field Static Field WorkflowExecutionStarted Amazon.SimpleWorkflow.EventType

Constant WorkflowExecutionStarted for EventType

Field Static Field WorkflowExecutionTerminated Amazon.SimpleWorkflow.EventType

Constant WorkflowExecutionTerminated for EventType

Field Static Field WorkflowExecutionTimedOut Amazon.SimpleWorkflow.EventType

Constant WorkflowExecutionTimedOut for EventType

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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