DkmSingleStepRequest.OnSingleStepComplete Method

Definition

Raise a SingleStepComplete event. Components which implement the event sink interface will receive the event notification. This method will enqueue the event and control will immediately return to the caller.

public:
 void OnSingleStepComplete();
public:
 void OnSingleStepComplete();
void OnSingleStepComplete();
public void OnSingleStepComplete ();
member this.OnSingleStepComplete : unit -> unit
Public Sub OnSingleStepComplete ()

Applies to