Skip to content

Commit 44ff77e

Browse files
authored
wording
1 parent 8e11116 commit 44ff77e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,8 @@ If you do not want pre-cancelled invocations to be sent to the worker, you can a
579579
>
580580
> `Cancellation has been requested. The invocation request with id '{invocationId}' is canceled and will not be sent to the worker`
581581
>
582-
> This occurs when the cancellation token is cancelled (via the events defined above), but the host did not send the invocation to the worker because the cancellation token was cancelled
583-
> _before_ we send the invocation to the worker, and can be controlled by the `SendCanceledInvocationsToWorker` property.
582+
> This occurs when the cancellation token is cancelled (via the events defined above) _before_ the host has sent an incoming invocation
583+
> request to the worker.
584584
585585
## Bindings
586586

0 commit comments

Comments
 (0)