Provides details of the WorkflowExecutionSignaled event.
 Declaration Syntax
 Declaration Syntax| C# | 
public class WorkflowExecutionSignaledEventAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | WorkflowExecutionSignaledEventAttributes()()()() | Initializes a new instance of the WorkflowExecutionSignaledEventAttributes class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ExternalInitiatedEventId | 
            The id of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal
            this workflow execution.The source event with this Id can be found in the history of the source workflow execution. This information can be
            useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was
            initiated by another workflow execution.
             
             | 
|  | ExternalWorkflowExecution | 
            The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Input | 
            Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.
             
             Constraints: | 
|  | SignalName | 
            The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithExternalInitiatedEventId(Int64) | Obsolete. 
            Sets the ExternalInitiatedEventId property
             | 
|  | WithExternalWorkflowExecution(WorkflowExecution) | Obsolete. 
            Sets the ExternalWorkflowExecution property
             | 
|  | WithInput(String) | Obsolete. 
            Sets the Input property
             | 
|  | WithSignalName(String) | Obsolete. 
            Sets the SignalName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | WorkflowExecutionSignaledEventAttributes |