C# Class NSoft.NFramework.Parallelism.Tools.TaskSchedulerTool

TaskScheduler 를 위한 확장 메소드들입니다.
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
ToSynchronizationContext ( this scheduler ) : SynchronizationContext

scheduler에 의해 메시지 전달 요청 작업이 스케쥴링되는 SynchronizationContext를 빌드합니다.

Method Details

ToSynchronizationContext() public static méthode

scheduler에 의해 메시지 전달 요청 작업이 스케쥴링되는 SynchronizationContext를 빌드합니다.
public static ToSynchronizationContext ( this scheduler ) : SynchronizationContext
scheduler this
Résultat System.Threading.SynchronizationContext