---
title: NSAsynchronousFetchResult
framework: coredata
role: symbol
role_heading: Class
path: coredata/nsasynchronousfetchresult
---

# NSAsynchronousFetchResult

A fetch result object that encompasses the response from an executed asynchronous fetch request.

## Declaration

```swift
class NSAsynchronousFetchResult<ResultType> where ResultType : NSFetchRequestResult
```

## Topics

### Getting Information About a Result

- [fetchRequest](coredata/nsasynchronousfetchresult/fetchrequest.md)
- [finalResult](coredata/nsasynchronousfetchresult/finalresult.md)

## Relationships

### Inherits From

- [NSPersistentStoreAsynchronousResult](coredata/nspersistentstoreasynchronousresult.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 requests

- [NSFetchRequest](coredata/nsfetchrequest.md)
- [NSAsynchronousFetchRequest](coredata/nsasynchronousfetchrequest.md)
- [NSFetchedResultsController](coredata/nsfetchedresultscontroller.md)
