Provides details of the WorkflowExecutionCanceled event.
 Declaration Syntax
 Declaration Syntax| C# | 
public class WorkflowExecutionCanceledEventAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | WorkflowExecutionCanceledEventAttributes()()()() | Initializes a new instance of the WorkflowExecutionCanceledEventAttributes class | 
|  | DecisionTaskCompletedEventId | 
            The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution
            decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the cause of events.
             
             | 
|  | Details | 
            Details for the cancellation (if any).
             
             Constraints: | 
|  | Equals(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.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDecisionTaskCompletedEventId(Int64) | Obsolete. 
            Sets the DecisionTaskCompletedEventId property
             | 
|  | WithDetails(String) | Obsolete. 
            Sets the Details property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | WorkflowExecutionCanceledEventAttributes |