AWS SDK for .NET Documentation
ExternalWorkflowExecutionSignaledEventAttributes Class
AmazonAmazon.SimpleWorkflow.ModelExternalWorkflowExecutionSignaledEventAttributes Did this page help you?   Yes   No    Tell us about it...

Provides details of the ExternalWorkflowExecutionSignaled event.

Declaration Syntax
C#
public class ExternalWorkflowExecutionSignaledEventAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ExternalWorkflowExecutionSignaledEventAttributes()()()()
Initializes a new instance of the ExternalWorkflowExecutionSignaledEventAttributes class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InitiatedEventId
The id of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithInitiatedEventId(Int64) Obsolete.
Sets the InitiatedEventId property

WithWorkflowExecution(WorkflowExecution) Obsolete.
Sets the WorkflowExecution property

WorkflowExecution
The external workflow execution that the signal was delivered to.

Inheritance Hierarchy
Object
ExternalWorkflowExecutionSignaledEventAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)