net40
namespace System.Threading.Tasks
{
[DebuggerDisplay("Id={Id}")]
[DebuggerTypeProxy(typeof(SystemThreadingTasks_TaskSchedulerDebugView))]
public abstract class TaskScheduler
{
~TaskScheduler();
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET Framework | 4.0 |
Information specific to net40 | |
Assembly | mscorlib , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |