System.Threading.Tasks.TaskScheduler.FromCurrentSynchronizationContext C# (CSharp) Method

FromCurrentSynchronizationContext() public static method

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