DkmWorkList.Execute Method
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.
Synchronously execute all items in the work list and return when processing is complete or has been canceled, including firing all completion routines. Callbacks will fire as results are complete (unordered).
This method may only be called by the component which created the object. This method will throw if execution is already in progress.
public:
void Execute();
public:
void Execute();
void Execute();
public void Execute ();
member this.Execute : unit -> unit
Public Sub Execute ()