<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSAsynchronousFetchResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:objc(cs)NSAsynchronousFetchResult"
  },
  "title" : "NSAsynchronousFetchResult"
}
-->

# NSAsynchronousFetchResult

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

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

## Topics

### Getting Information About a Result

[`fetchRequest`](/documentation/CoreData/NSAsynchronousFetchResult/fetchRequest)

The underlying fetch request that was executed.

[`finalResult`](/documentation/CoreData/NSAsynchronousFetchResult/finalResult)

The results that were received from the fetch request.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CVarArg`](/documentation/Swift/CVarArg)

### Inherits From

[`NSPersistentStoreAsynchronousResult`](/documentation/CoreData/NSPersistentStoreAsynchronousResult)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)