System.Threading.Tasks.Scheduler.TryExecuteTaskInline C# (CSharp) Méthode

TryExecuteTaskInline() protected méthode

protected TryExecuteTaskInline ( System.Threading.Tasks.Task task, bool taskWasPreviouslyQueued ) : bool
task System.Threading.Tasks.Task
taskWasPreviouslyQueued bool
Résultat bool
		protected override bool TryExecuteTaskInline (Task task, bool taskWasPreviouslyQueued)
		{
			throw new System.NotImplementedException();
		}