C# 클래스 System.Threading.Tasks.TaskScheduler

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
FromCurrentSynchronizationContext ( ) : TaskScheduler

보호된 메소드들

메소드 설명
GetScheduledTasks ( ) : IEnumerable
QueueTask ( System.Threading.Tasks.Task task ) : void
TaskScheduler ( ) : System
TryDequeue ( System.Threading.Tasks.Task task ) : bool
TryExecuteTask ( System.Threading.Tasks.Task task ) : bool
TryExecuteTaskInline ( System.Threading.Tasks.Task task, bool taskWasPreviouslyQueued ) : bool

메소드 상세

FromCurrentSynchronizationContext() 공개 정적인 메소드

public static FromCurrentSynchronizationContext ( ) : TaskScheduler
리턴 TaskScheduler

GetScheduledTasks() 보호된 추상적인 메소드

protected abstract GetScheduledTasks ( ) : IEnumerable
리턴 IEnumerable

QueueTask() 보호된 추상적인 메소드

protected abstract QueueTask ( System.Threading.Tasks.Task task ) : void
task System.Threading.Tasks.Task
리턴 void

TaskScheduler() 보호된 메소드

protected TaskScheduler ( ) : System
리턴 System

TryDequeue() 보호된 메소드

protected TryDequeue ( System.Threading.Tasks.Task task ) : bool
task System.Threading.Tasks.Task
리턴 bool

TryExecuteTask() 보호된 메소드

protected TryExecuteTask ( System.Threading.Tasks.Task task ) : bool
task System.Threading.Tasks.Task
리턴 bool

TryExecuteTaskInline() 보호된 추상적인 메소드

protected abstract TryExecuteTaskInline ( System.Threading.Tasks.Task task, bool taskWasPreviouslyQueued ) : bool
task System.Threading.Tasks.Task
taskWasPreviouslyQueued bool
리턴 bool