C# Class GlobalDemo.Web.Controllers.UploadController

Inheritance: ApiController
Afficher le fichier Open project: kaevans/globalscaledemo

Méthodes publiques

Méthode Description
Post ( CompleteRequest item ) : System.Threading.Tasks.Task

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

Private Methods

Méthode Description
Get ( string extension ) : IHttpActionResult

Method Details

Post() public méthode

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
Résultat System.Threading.Tasks.Task