Table of Contents

Enum RunMode

Namespace
Kook.Commands
Assembly
Kook.Net.Commands.dll

表示命令执行工作流的行为。

public enum RunMode

Fields

Async = 2

在与网关线程不同的线程上执行命令。

Default = 0

使用在 CommandServiceConfig 中设置的默认行为。

Sync = 1

在与网关线程相同的线程上执行命令。