Provides details of the ChildWorkflowExecutionTimedOut event.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ChildWorkflowExecutionTimedOutEventAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ChildWorkflowExecutionTimedOutEventAttributes()()()() | Initializes a new instance of the ChildWorkflowExecutionTimedOutEventAttributes class | 
|  | 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.) | 
|  | InitiatedEventId | 
            The id of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecutionDecision to
            start this child workflow execution. 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 ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be
            useful for diagnosing problems by tracing back the chain of events leading up to this event.
             
             | 
|  | TimeoutType | 
            The type of the timeout that caused the child workflow execution to time out.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithInitiatedEventId(Int64) | Obsolete. 
            Sets the InitiatedEventId property
             | 
|  | WithStartedEventId(Int64) | Obsolete. 
            Sets the StartedEventId property
             | 
|  | WithTimeoutType(String) | Obsolete. 
            Sets the TimeoutType property
             | 
|  | WithWorkflowExecution(WorkflowExecution) | Obsolete. 
            Sets the WorkflowExecution property
             | 
|  | WithWorkflowType(WorkflowType) | Obsolete. 
            Sets the WorkflowType property
             | 
|  | WorkflowExecution | 
            The child workflow execution that timed out.
             
             | 
|  | WorkflowType | 
            The type of the child workflow execution.
             
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ChildWorkflowExecutionTimedOutEventAttributes |