Browse Source

Small format edit

pull/2405/head
Armano den Boef 3 years ago
parent
commit
d34813418e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/int_framework/intro.md

+ 1
- 1
docs/guides/int_framework/intro.md View File

@@ -311,7 +311,7 @@ An example of executing a command from an event can be seen here:
[!code-csharp[Command Event Example](samples/intro/event.cs)]

Commands can be either executed on the gateway thread or on a seperate thread from the thread pool.
This behaviour can be configured by changing the *RunMode* property of `InteractionServiceConfig` or by setting the *runMode* parameter of a command attribute.
This behaviour can be configured by changing the `RunMode` property of `InteractionServiceConfig` or by setting the *runMode* parameter of a command attribute.

> [!WARNING]
> In the example above, no form of post-execution is presented.


Loading…
Cancel
Save