Table of Contents

Class PriorityAttribute

Namespace
Fluxer.Net.Commands
Assembly
Fluxer.Net.dll

Sets priority of commands.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class PriorityAttribute : Attribute
Inheritance
object
Attribute
PriorityAttribute

Constructors

PriorityAttribute(int)

Initializes a new PriorityAttribute attribute with the given priority.

public PriorityAttribute(int priority)

Parameters

priority int

Properties

Priority

Gets the priority which has been set for the command.

public int Priority { get; }

Property Value

int