---
title: CNFetchResult
framework: contacts
role: symbol
role_heading: Class
path: contacts/cnfetchresult
---

# CNFetchResult

An object that represents the result of a change-history fetch request.

## Declaration

```swift
class CNFetchResult<ValueType> where ValueType : AnyObject
```

## Topics

### Accessing results

- [currentHistoryToken](contacts/cnfetchresult/currenthistorytoken.md)
- [value](contacts/cnfetchresult/value.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Fetch and save requests

- [CNContactFetchRequest](contacts/cncontactfetchrequest.md)
- [CNFetchRequest](contacts/cnfetchrequest.md)
- [CNSaveRequest](contacts/cnsaverequest.md)
