Provides details of the WorkflowExecutionCancelRequested event.
 Declaration Syntax
 Declaration Syntax| C# | 
public class WorkflowExecutionCancelRequestedEventAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | WorkflowExecutionCancelRequestedEventAttributes()()()() | Initializes a new instance of the WorkflowExecutionCancelRequestedEventAttributes class | 
|  | Cause | 
            If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if
            the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ExternalInitiatedEventId | 
            The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
            RequestCancelExternalWorkflowExecution decision to cancel 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.
             
             | 
|  | ExternalWorkflowExecution | 
            The external workflow execution for which the cancellation was requested.
             
             | 
|  | 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.) | 
|  | WithCause(String) | Obsolete. 
            Sets the Cause property
             | 
|  | WithExternalInitiatedEventId(Int64) | Obsolete. 
            Sets the ExternalInitiatedEventId property
             | 
|  | WithExternalWorkflowExecution(WorkflowExecution) | Obsolete. 
            Sets the ExternalWorkflowExecution property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | WorkflowExecutionCancelRequestedEventAttributes |