C# 클래스 CqlSharp.Memory.TaskCache

Supporting class containing cached Tasks, removing the need for the creation of many...
파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 프로퍼티들

프로퍼티 타입 설명
CompletedTask System.Threading.Tasks.Task

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
TaskCache ( ) : System

메소드 상세

AsTask() 공개 정적인 메소드

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

AsTask() 공개 정적인 메소드

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

AsTask() 공개 정적인 메소드

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

AsTask() 공개 정적인 메소드

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

프로퍼티 상세

CompletedTask 공개적으로 정적으로 프로퍼티

public static Task,System.Threading.Tasks CompletedTask
리턴 System.Threading.Tasks.Task