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

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
C#
public class History
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
History()()()()
Initializes a new instance of the History class

Equals(Object)
Determines whether the specified Object is equal to the current 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:

Length
0 - 2048


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
Object
History

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