Amazon.SimpleWorkflow.Model.WorkflowExecutionOpenCounts.IsSetOpenChildWorkflowExecutions C# (CSharp) 메소드

IsSetOpenChildWorkflowExecutions() 개인적인 메소드

private IsSetOpenChildWorkflowExecutions ( ) : bool
리턴 bool
        internal bool IsSetOpenChildWorkflowExecutions()
        {
            return this.openChildWorkflowExecutions.HasValue;
        }
    }