C# Class Amazon.SimpleWorkflow.WorkflowExecutionTimeoutType

Workflow Execution Timeout Type
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
START_TO_CLOSE WorkflowExecutionTimeoutType

Public Methods

Method Description
FindValue ( string value ) : WorkflowExecutionTimeoutType

Finds the constant for the unique value.

WorkflowExecutionTimeoutType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : WorkflowExecutionTimeoutType
value string The unique value for the constant
return WorkflowExecutionTimeoutType

WorkflowExecutionTimeoutType() public method

Default Constructor
public WorkflowExecutionTimeoutType ( string value ) : System
value string
return System

Property Details

START_TO_CLOSE public static property

Constant START_TO_CLOSE for WorkflowExecutionTimeoutType
public static WorkflowExecutionTimeoutType,Amazon.SimpleWorkflow START_TO_CLOSE
return WorkflowExecutionTimeoutType