If you specify an option TaskCreationOptions.LongRunning(there is also an equivalent for continuations), then the task will not use the thread pool thread, it will use the regular one Thread. Technically, this is an implementation detail and is not part of the specifications, but it is not a completely unfounded assumption that you can rely on.
Given that you can do something using Taskwhat you can do with Threaddirectly.
, , - Thread , , , TPL. -, Thread, () Tasks.
, , .NET 4.0, Task.