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

IsSetDecisionTaskCompletedEventAttributes() 개인적인 메소드

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