AsyncMediator.HandlerOrderAttribute.HandlerOrderAttribute C# (CSharp) Method

HandlerOrderAttribute() public method

Public constructor.
public HandlerOrderAttribute ( int value ) : System
value int The order value.
return System
        public HandlerOrderAttribute(int value)
        {
            Value = value;
        }
HandlerOrderAttribute