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

IsSetWorkflowExecutionCanceledEventAttributes() 개인적인 메소드

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