---
title: DISPATCH_AUTORELEASE_FREQUENCY_INHERIT
framework: dispatch
role: symbol
role_heading: Enumeration Case
path: dispatch/dispatch_autorelease_frequency_t/dispatch_autorelease_frequency_inherit
---

# DISPATCH_AUTORELEASE_FREQUENCY_INHERIT

The queue inherits its autorelease frequency from its target queue.

## Declaration

```occ
DISPATCH_AUTORELEASE_FREQUENCY_INHERIT
```

## Discussion

Discussion This option is the default behavior for queues you create.

## See Also

### Autorelease Frequency Options

- [DISPATCH_AUTORELEASE_FREQUENCY_WORK_ITEM](dispatch/dispatch_autorelease_frequency_t/dispatch_autorelease_frequency_work_item.md)
- [DISPATCH_AUTORELEASE_FREQUENCY_NEVER](dispatch/dispatch_autorelease_frequency_t/dispatch_autorelease_frequency_never.md)
