|
|
@@ -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. |
|
|
|