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

IsSetActivityTaskCanceledEventAttributes() private method

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