Provides details of the RequestCancelActivityTaskFailed event.

C# |
public class RequestCancelActivityTaskFailedEventAttributes

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description | ||
---|---|---|---|---|
![]() | RequestCancelActivityTaskFailedEventAttributes()()()() | Initializes a new instance of the RequestCancelActivityTaskFailedEventAttributes class | ||
![]() | ActivityId |
The activityId provided in the RequestCancelActivityTask decision that failed.
Constraints: | ||
![]() | Cause |
The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes.
Constraints: | ||
![]() | DecisionTaskCompletedEventId |
The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the cause of events.
| ||
![]() | 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.) | ||
![]() | WithActivityId(String) | Obsolete.
Sets the ActivityId property
| ||
![]() | WithCause(String) | Obsolete.
Sets the Cause property
| ||
![]() | WithDecisionTaskCompletedEventId(Int64) | Obsolete.
Sets the DecisionTaskCompletedEventId property
|

Object | |
![]() | RequestCancelActivityTaskFailedEventAttributes |