C# Class CqlSharp.Memory.TaskCache

Supporting class containing cached Tasks, removing the need for the creation of many...
ファイルを表示 Open project: reuzel/CqlSharp

Public Properties

Property Type Description
CompletedTask System.Threading.Tasks.Task

Public Methods

Method 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

Method Description
TaskCache ( ) : System

Method Details

AsTask() public static method

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

AsTask() public static method

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

AsTask() public static method

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

AsTask() public static method

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

Property Details

CompletedTask public_oe static_oe property

public static Task,System.Threading.Tasks CompletedTask
return System.Threading.Tasks.Task