We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb7072 commit cb94712Copy full SHA for cb94712
articles/azure-functions/durable/durable-functions-dotnet-isolated-overview.md
@@ -160,7 +160,7 @@ This table isn't an exhaustive list of changes.
160
| `IDurableEntityContext.SignalEntity` | `TaskEntityContext.SignalEntity` |
161
| `IDurableEntityContext.StartNewOrchestration` | `TaskEntityContext.ScheduleNewOrchestration` |
162
| `IDurableEntityContext.DispatchAsync` | `TaskEntityDispatcher.DispatchAsync`. Constructor params removed. |
163
-| `IDurableOrchestrationClient.GetStatusAsync` | `DurableTaskClient.GetInstanceAsync`. |
+| `IDurableOrchestrationClient.GetStatusAsync` | `DurableTaskClient.GetInstanceAsync` |
164
165
#### Behavioral changes
166
0 commit comments