C# Class UnderstandingAsync.TaskExamples

Afficher le fichier Open project: MichaelPuckett2/AsyncAwait-C-Examples Class Usage Examples

Méthodes publiques

Méthode Description
String_WithAsynLabel ( ) : Task
String_WithTaskFromResultAsWhole ( ) : Task
String_WithTaskRun ( ) : Task

Private Methods

Méthode Description
SubTaskForTaskFromResult ( string taskName ) : Task

Method Details

String_WithAsynLabel() static public méthode

static public String_WithAsynLabel ( ) : Task
Résultat Task

String_WithTaskFromResultAsWhole() static public méthode

static public String_WithTaskFromResultAsWhole ( ) : Task
Résultat Task

String_WithTaskRun() static public méthode

static public String_WithTaskRun ( ) : Task
Résultat Task