Amazon.SimpleWorkflow.ContinueAsNewWorkflowExecutionFailedCause.ContinueAsNewWorkflowExecutionFailedCause C# (CSharp) Méthode

ContinueAsNewWorkflowExecutionFailedCause() public méthode

Default Constructor
public ContinueAsNewWorkflowExecutionFailedCause ( string value ) : System
value string
Résultat System
        public ContinueAsNewWorkflowExecutionFailedCause(string value)
            : base(value)
        {
        }
ContinueAsNewWorkflowExecutionFailedCause