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

Provides details of the ActivityTaskCompleted event.

Declaration Syntax
C#
public class ActivityTaskCompletedEventAttributes
Members
All MembersConstructorsMethodsProperties



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

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.)
Result
The results of the activity task (if any).

Constraints:

Length
0 - 32768


ScheduledEventId
The id of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

StartedEventId
The Id of the ActivityTaskStarted event recorded when this activity task was started. 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.)
WithResult(String) Obsolete.
Sets the Result property

WithScheduledEventId(Int64) Obsolete.
Sets the ScheduledEventId property

WithStartedEventId(Int64) Obsolete.
Sets the StartedEventId property

Inheritance Hierarchy
Object
ActivityTaskCompletedEventAttributes

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