DkmTaskProvider.FindTask(UInt64) Method

Definition

Find a DkmTask element within this DkmTaskProvider. If no element with the given input key is present, FindTask will fail.

public:
 Microsoft::VisualStudio::Debugger::ParallelTasks::DkmTask ^ FindTask(System::UInt64 TaskId);
public Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask FindTask (ulong TaskId);
public Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask? FindTask (ulong TaskId);
member this.FindTask : uint64 -> Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTask
Public Function FindTask (TaskId As ULong) As DkmTask

Parameters

TaskId
UInt64

[In] Search key used to find the element.

Returns

[Out,Optional] Result of the search.

Applies to