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

TryDequeue() protected method

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