System.Threading.Tasks.TaskScheduler.FromCurrentSynchronizationContext C# (CSharp) 메소드

FromCurrentSynchronizationContext() 공개 정적인 메소드

public static FromCurrentSynchronizationContext ( ) : TaskScheduler
리턴 TaskScheduler
		public static TaskScheduler FromCurrentSynchronizationContext ()
		{
			return Current;
		}