C# Class 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.
显示文件 Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
Start ( ) : Task

Method Details

Start() public static method

public static Start ( ) : Task
return Task