Table of Contents

Property DispatchMode

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

DispatchMode

Controls how user event handlers are dispatched after ordered internal processing.

Internal cache and state mutations are always processed in FIFO order per shard, regardless of this setting. This only affects when and how user-facing event handlers are invoked.

Defaults to ConcurrentHandlers.

public GatewayDispatchMode DispatchMode { set; }

Property Value

GatewayDispatchMode