Contents

fetchHistory(after:)

Retrieves history since a given transaction.

Declaration

class func fetchHistory(after transaction: NSPersistentHistoryTransaction?) -> Self

Parameters

  • transaction:

    The transaction that marks the beginning of the history request.

Return Value

A persistent history fetch request (NSPersistentHistoryChangeRequest) with an initial transaction boundary.

See Also

Fetching History