Click or drag to resize

CmdHandlerAttrs Enumeration

Attributes that modify the behavior of a command handler.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CmdHandlerAttrs
Members
  Member nameValueDescription
Synchronous1 The command handler should be run synchronously. The Scheduler will execute all synchronous tasks after starting asyncrounous tasks.
See Also