# TransactionInfo.ReconcilePending

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.transactioninfo/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.transactioninfo/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions/DistributedTM/TransactionInfo.cs#L122-L127)

```csharp
public void ReconcilePending()
```

Reconciles all pending calls that have join the transaction.

### Returns

true if there are no orphans, false otherwise
