DkmGetTasksAsyncResult(UInt32, DkmTask[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new result structure to hold the output from a successful call to DkmTaskProviderOperationContext.GetTasksAsync.
public:
DkmGetTasksAsyncResult(System::UInt32 ScheduledTaskCount, cli::array <Microsoft::VisualStudio::Debugger::ParallelTasks::DkmTask ^> ^ Items);
public DkmGetTasksAsyncResult (uint ScheduledTaskCount, Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask[] Items);
new Microsoft.VisualStudio.Debugger.ParallelTasks.DkmGetTasksAsyncResult : uint32 * Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask[] -> Microsoft.VisualStudio.Debugger.ParallelTasks.DkmGetTasksAsyncResult
Public Sub New (ScheduledTaskCount As UInteger, Items As DkmTask())
Parameters
- ScheduledTaskCount
- UInt32
[In] Number of scheduled tasks.
- Items
- DkmTask[]
[In] Array contained the found tasks.