Debugger.CancelRunspaceDebugProcessing Event
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.
Event raised to indicate that the debugging session is over and runspace debuggers queued for processing should be released.
public:
event EventHandler<EventArgs ^> ^ CancelRunspaceDebugProcessing;
public event EventHandler<EventArgs> CancelRunspaceDebugProcessing;
member this.CancelRunspaceDebugProcessing : EventHandler<EventArgs>
Public Custom Event CancelRunspaceDebugProcessing As EventHandler(Of EventArgs)
Public Event CancelRunspaceDebugProcessing As EventHandler(Of EventArgs)