Skip to main content

Class CommandAttribute

Command type attribute (to set name and version)

Assembly: Taskurai.Worker.dll
Declaration
[AttributeUsage(AttributeTargets.Method, Inherited = true, AllowMultiple = true)]
public class CommandAttribute : Attribute

Inheritance: System.Object -> System.Attribute

Properties

Name

Declaration
public string Name { get; set; }