C# Class CqlSharp.Memory.TaskCache

Supporting class containing cached Tasks, removing the need for the creation of many...
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Свойство Type Description
CompletedTask System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
AsTask ( this value ) : Task

returns a completed task with the given value as result

AsTask ( this value ) : Task

returns a completed task with the given value as result

AsTask ( this value ) : Task

Returns a completed task with the given value as result

AsTask ( this value ) : Task

returns a completed task with the given value as result

Private Methods

Méthode Description
TaskCache ( ) : System

Method Details

AsTask() public static méthode

returns a completed task with the given value as result
public static AsTask ( this value ) : Task
value this
Résultat Task

AsTask() public static méthode

returns a completed task with the given value as result
public static AsTask ( this value ) : Task
value this
Résultat Task

AsTask() public static méthode

Returns a completed task with the given value as result
public static AsTask ( this value ) : Task
value this The value.
Résultat Task

AsTask() public static méthode

returns a completed task with the given value as result
public static AsTask ( this value ) : Task
value this
Résultat Task

Property Details

CompletedTask public_oe static_oe property

public static Task,System.Threading.Tasks CompletedTask
Résultat System.Threading.Tasks.Task