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

IsSetActivityTaskCancelRequestedEventAttributes() private method

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