Paginated representation of a workflow history for a workflow execution. This is the up to date, complete and authoritative record of the events related to all tasks and events in the life of the workflow execution.
 Declaration Syntax
 Declaration Syntax| C# | 
public class History
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | History()()()() | Initializes a new instance of the History class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Events | 
            The list of history events.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | NextPageToken | 
            The token for the next page. If set, the history consists of more than one page and the next page can be retrieved by repeating the request
            with this token and all other arguments unchanged.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEvents(array<HistoryEvent>[]()[][]) | Obsolete. 
            Adds elements to the Events collection
             | 
|  | WithEvents(IEnumerable<(Of <<'(HistoryEvent>)>>)) | Obsolete. 
            Adds elements to the Events collection
             | 
|  | WithNextPageToken(String) | Obsolete. 
            Sets the NextPageToken property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | History |