Provides details of the ExternalWorkflowExecutionCancelRequested event.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ExternalWorkflowExecutionCancelRequestedEventAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ExternalWorkflowExecutionCancelRequestedEventAttributes()()()() | Initializes a new instance of the ExternalWorkflowExecutionCancelRequestedEventAttributes class | 
|  | 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.) | 
|  | InitiatedEventId | 
            The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
            RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. 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 to which the cancellation request was delivered.
             
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ExternalWorkflowExecutionCancelRequestedEventAttributes |