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

IsSetWorkflowExecutionSignaledEventAttributes() private method

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