Provides details of the DecisionTaskCompleted event.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DecisionTaskCompletedEventAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DecisionTaskCompletedEventAttributes()()()() | Initializes a new instance of the DecisionTaskCompletedEventAttributes class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ExecutionContext | 
            User defined context for the workflow execution.
             
             Constraints: | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ScheduledEventId | 
            The id of the DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskStarted event recorded when this decision 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.) | 
|  | WithExecutionContext(String) | Obsolete. 
            Sets the ExecutionContext property
             | 
|  | WithScheduledEventId(Int64) | Obsolete. 
            Sets the ScheduledEventId property
             | 
|  | WithStartedEventId(Int64) | Obsolete. 
            Sets the StartedEventId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DecisionTaskCompletedEventAttributes |