# AsyncResultHandle Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.utils.asyncresulthandle/)

## Continue {#continue-274c5246}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.utils.asyncresulthandle/properties/continue-274c5246/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/Utils/AsyncResultHandle.cs)

```csharp
public bool Continue
```

Get or set the Continue flag

## Done {#done-ea74267b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.utils.asyncresulthandle/properties/done-ea74267b/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/Utils/AsyncResultHandle.cs)

```csharp
public bool Done
```

Get or set the Done flag

## Exception {#exception-338bc73d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.utils.asyncresulthandle/properties/exception-338bc73d/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/Utils/AsyncResultHandle.cs)

```csharp
public Exception Exception
```

Get or set the exception of the result handle

## Result {#result-e04e59b3}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.utils.asyncresulthandle/properties/result-e04e59b3/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/Utils/AsyncResultHandle.cs)

```csharp
public object Result
```

Get or set the value of the result handle
