---
title: NSPersistentStoreAsynchronousResult
framework: coredata
role: symbol
role_heading: Class
path: coredata/nspersistentstoreasynchronousresult
---

# NSPersistentStoreAsynchronousResult

A concrete class used to represent the results of an asynchronous request.

## Declaration

```swift
class NSPersistentStoreAsynchronousResult
```

## Topics

### Inspecting the Result

- [managedObjectContext](coredata/nspersistentstoreasynchronousresult/managedobjectcontext.md)
- [operationError](coredata/nspersistentstoreasynchronousresult/operationerror.md)
- [progress](coredata/nspersistentstoreasynchronousresult/progress.md)

### Canceling the Result

- [cancel()](coredata/nspersistentstoreasynchronousresult/cancel().md)

### Data Types

- [NSPersistentStoreAsynchronousFetchResultCompletionBlock](coredata/nspersistentstoreasynchronousfetchresultcompletionblock.md)

## Relationships

### Inherits From

- [NSPersistentStoreResult](coredata/nspersistentstoreresult.md)

### Inherited By

- [NSAsynchronousFetchResult](coredata/nsasynchronousfetchresult.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

### Store Coordination

- [NSPersistentStoreCoordinator](coredata/nspersistentstorecoordinator.md)
- [NSPersistentStore](coredata/nspersistentstore.md)
- [NSPersistentStoreDescription](coredata/nspersistentstoredescription.md)
- [NSPersistentStoreRequest](coredata/nspersistentstorerequest.md)
- [NSPersistentStoreResult](coredata/nspersistentstoreresult.md)
- [NSSaveChangesRequest](coredata/nssavechangesrequest.md)
- [NSAtomicStore](coredata/nsatomicstore.md)
- [NSAtomicStoreCacheNode](coredata/nsatomicstorecachenode.md)
- [NSIncrementalStore](coredata/nsincrementalstore.md)
- [NSIncrementalStoreNode](coredata/nsincrementalstorenode.md)
