Contents

deleteHistory(before:)

Purges history older than a given transaction.

Declaration

class func deleteHistory(before transaction: NSPersistentHistoryTransaction?) -> Self

Parameters

  • transaction:

    The transaction that marks the end of the delete history request.

Return Value

A delete history change request (NSPersistentHistoryChangeRequest) using an end transaction boundary.

See Also

Purging History