Skip to content

Commit 43e7c50

Browse files
Merge pull request #273552 from davidmrdavid/dajusto/getInstanceAsync-for-df-dotnet-isolated
Add note about alternative of GetStatusAsync API in DF for .NET isolated
2 parents bc88783 + cb94712 commit 43e7c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-functions/durable/durable-functions-dotnet-isolated-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ This table isn't an exhaustive list of changes.
160160
| `IDurableEntityContext.SignalEntity` | `TaskEntityContext.SignalEntity` |
161161
| `IDurableEntityContext.StartNewOrchestration` | `TaskEntityContext.ScheduleNewOrchestration` |
162162
| `IDurableEntityContext.DispatchAsync` | `TaskEntityDispatcher.DispatchAsync`. Constructor params removed. |
163+
| `IDurableOrchestrationClient.GetStatusAsync` | `DurableTaskClient.GetInstanceAsync` |
163164

164165
#### Behavioral changes
165166

0 commit comments

Comments
 (0)