DkmWorkList.Execute Method

Definition

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 ()

Applies to