Amazon.SimpleWorkflow.Model.HistoryEvent.IsSetWorkflowExecutionCompletedEventAttributes C# (CSharp) 메소드

IsSetWorkflowExecutionCompletedEventAttributes() 개인적인 메소드

private IsSetWorkflowExecutionCompletedEventAttributes ( ) : bool
리턴 bool
        internal bool IsSetWorkflowExecutionCompletedEventAttributes()
        {
            return this.workflowExecutionCompletedEventAttributes != null;
        }
HistoryEvent