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

TryDequeue() protected method

protected TryDequeue ( System.Threading.Tasks.Task task ) : bool
task System.Threading.Tasks.Task
return bool
		protected internal virtual bool TryDequeue (Task task)
		{
			throw new NotSupportedException ();
		}