Amazon.SimpleWorkflow.Model.HistoryEvent.IsSetWorkflowExecutionCanceledEventAttributes C# (CSharp) Method

IsSetWorkflowExecutionCanceledEventAttributes() private method

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