Amazon.SimpleWorkflow.Model.WorkflowExecutionOpenCounts.IsSetOpenChildWorkflowExecutions C# (CSharp) Méthode

IsSetOpenChildWorkflowExecutions() private méthode

private IsSetOpenChildWorkflowExecutions ( ) : bool
Résultat bool
        internal bool IsSetOpenChildWorkflowExecutions()
        {
            return this.openChildWorkflowExecutions.HasValue;
        }
    }