AWS SDK for .NET Documentation
ActivityTaskCancelRequestedEventAttributes Class
AmazonAmazon.SimpleWorkflow.ModelActivityTaskCancelRequestedEventAttributes Did this page help you?   Yes   No    Tell us about it...

Provides details of the ActivityTaskCancelRequested event.

Declaration Syntax
C#
public class ActivityTaskCancelRequestedEventAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ActivityTaskCancelRequestedEventAttributes()()()()
Initializes a new instance of the ActivityTaskCancelRequestedEventAttributes class

ActivityId
The unique ID of the task.

Constraints:

Length
1 - 256


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)
Determines whether the specified Object is equal to the current 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

WithDecisionTaskCompletedEventId(Int64) Obsolete.
Sets the DecisionTaskCompletedEventId property

Inheritance Hierarchy
Object
ActivityTaskCancelRequestedEventAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)