Share via


DkmProcess.AsyncBreak(Boolean) Method

Definition

This method will tell the debug monitors to asynchronously break execution of the debuggee process. An AsyncBreakComplete event is sent after the operation is complete.

public:
 void AsyncBreak(bool StopImmediately);
public:
 void AsyncBreak(bool StopImmediately);
void AsyncBreak(bool StopImmediately);
public void AsyncBreak (bool StopImmediately);
member this.AsyncBreak : bool -> unit
Public Sub AsyncBreak (StopImmediately As Boolean)

Parameters

StopImmediately
Boolean

[In] If this is set to true, implementers should immediately enter break rather than trying to find a thread inside the process that is executing code.

Applies to