Method |
Description |
|
IVsTaskSchedulerService ( uint context, IVsTaskBody taskBody ) : IVsTask |
|
|
IVsTaskSchedulerService ( uint context, uint tasks, IVsTask dependentTasks, IVsTaskBody taskBody ) : IVsTask |
|
|
IVsTaskSchedulerService ( uint context, uint tasks, IVsTask dependentTasks, uint options, IVsTaskBody taskBody, object asyncState ) : IVsTask |
|
|
IVsTaskSchedulerService ( uint context, uint options, IVsTaskBody taskBody, object asyncState ) : IVsTask |
|
|
IVsTaskSchedulerService ( ) : IVsTaskCompletionSource |
|
|
IVsTaskSchedulerService ( uint options, object asyncState ) : IVsTaskCompletionSource |
|
|
SetCurrentThreadContextAs ( VsTaskRunContext context ) : void |
Simulates the current thread as the specified context when ThreadHelper.CheckAccess is used |
|