C# Class GlobalDemo.Web.Controllers.UploadController

Inheritance: ApiController
Show file Open project: kaevans/globalscaledemo

Public Methods

Method Description
Post ( CompleteRequest item ) : System.Threading.Tasks.Task

Notify the backend that a new file was uploaded by sending a queue message.

Private Methods

Method Description
Get ( string extension ) : IHttpActionResult

Method Details

Post() public method

Notify the backend that a new file was uploaded by sending a queue message.
public Post ( CompleteRequest item ) : System.Threading.Tasks.Task
item GlobalDemo.Web.Models.CompleteRequest
return System.Threading.Tasks.Task