DkmWorkListCompletionRoutine Delegate
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.
Optional function which is fired when the work list is complete, including firing all completion routines.
C++
public delegate void DkmWorkListCompletionRoutine(DkmWorkList ^ workList);
public delegate void DkmWorkListCompletionRoutine(DkmWorkList workList);
type DkmWorkListCompletionRoutine = delegate of DkmWorkList -> unit
Public Delegate Sub DkmWorkListCompletionRoutine(workList As DkmWorkList)
- workList
- DkmWorkList
Result of the asynchronous operation
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |