Class CommandAttributeBase
Marks a method as a Command for Commands System.
Namespace: TehGM.Wolfringo.Commands.Attributes
Assembly: Wolfringo.Commands.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public abstract class CommandAttributeBase : Attribute
Properties
| Improve this Doc View SourceTimeout
Timeout (in milliseconds) for commands execution. Defaults to 1 day.
Declaration
public int Timeout { get; set; }
Property Value
Type | Description |
---|---|
Int32 |