Provides details of the ActivityTaskCanceled event.

C# |
public class ActivityTaskCanceledEventAttributes

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ActivityTaskCanceledEventAttributes()()()() | Initializes a new instance of the ActivityTaskCanceledEventAttributes class |
![]() | Details |
Details of the cancellation (if any).
Constraints: |
![]() | 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.) |
![]() | LatestCancelRequestedEventId |
If set, contains the Id of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful
for diagnosing problems by tracing back the chain of events leading up to this event.
|
![]() | 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.) |
![]() | WithDetails(String) | Obsolete.
Sets the Details property
|
![]() | WithLatestCancelRequestedEventId(Int64) | Obsolete.
Sets the LatestCancelRequestedEventId property
|
![]() | WithScheduledEventId(Int64) | Obsolete.
Sets the ScheduledEventId property
|
![]() | WithStartedEventId(Int64) | Obsolete.
Sets the StartedEventId property
|

Object | |
![]() | ActivityTaskCanceledEventAttributes |