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.
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
Start ( ) : Task

Method Details

Start() public static méthode

public static Start ( ) : Task
Résultat Task