---
title: ResultHandler
framework: distributed
role: symbol
role_heading: Associated Type
path: distributed/distributedactorsystem/resulthandler
---

# ResultHandler

The type of the result handler which will be offered the results returned by a distributed function invocation called via executeDistributedTarget(on:target:invocationDecoder:handler:).

## Declaration

```swift
associatedtype ResultHandler : DistributedTargetInvocationResultHandler
```
