C# 클래스 GlobalDemo.Web.Controllers.UploadController

상속: ApiController
파일 보기 프로젝트 열기: kaevans/globalscaledemo

공개 메소드들

메소드 설명
Post ( CompleteRequest item ) : System.Threading.Tasks.Task

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

비공개 메소드들

메소드 설명
Get ( string extension ) : IHttpActionResult

메소드 상세

Post() 공개 메소드

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
리턴 System.Threading.Tasks.Task