Skip to content

Commit d382268

Browse files
authored
add note about new GetStatusAsync API
1 parent b25b057 commit d382268

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ 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`. |
164+
163165

164166
#### Behavioral changes
165167

0 commit comments

Comments
 (0)