Amazon.SimpleWorkflow.Model.DomainConfiguration.IsSetWorkflowExecutionRetentionPeriodInDays C# (CSharp) Метод

IsSetWorkflowExecutionRetentionPeriodInDays() приватный Метод

private IsSetWorkflowExecutionRetentionPeriodInDays ( ) : bool
Результат bool
        internal bool IsSetWorkflowExecutionRetentionPeriodInDays()
        {
            return this.workflowExecutionRetentionPeriodInDays != null;
        }
    }