C# 클래스 Westwind.Web.WebApi.EmptyTask

A do nothing task that can be returned from functions that require task results when there's nothing to do. This essentially returns a completed task with an empty value structure result.
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
Start ( ) : Task

메소드 상세

Start() 공개 정적인 메소드

public static Start ( ) : Task
리턴 Task