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

Provides details of the ActivityTaskStarted event.

Declaration Syntax
C#
public class ActivityTaskStartedEventAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ActivityTaskStartedEventAttributes()()()()
Initializes a new instance of the ActivityTaskStartedEventAttributes 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.)
Identity
Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.

Constraints:

Length
0 - 256


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.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithIdentity(String) Obsolete.
Sets the Identity property

WithScheduledEventId(Int64) Obsolete.
Sets the ScheduledEventId property

Inheritance Hierarchy
Object
ActivityTaskStartedEventAttributes

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