DkmBreakpointFileUpdateNotification.Send(DkmWorkList) Method

Definition

Provides notification that one or more files containing breakpoints have been updated.

This method will append a new work item to the specified work list, and return once the work item has been appended. The actual processing of the work item is asynchronous. The caller will be notified that the request is complete through the completion routine.

Location constraint: API must be called from an IDE component (component level > 100,000).

public:
 void Send(Microsoft::VisualStudio::Debugger::DkmWorkList ^ WorkList);
public void Send (Microsoft.VisualStudio.Debugger.DkmWorkList WorkList);
member this.Send : Microsoft.VisualStudio.Debugger.DkmWorkList -> unit
Public Sub Send (WorkList As DkmWorkList)

Parameters

WorkList
DkmWorkList

WorkList to append the new work item to.

Applies to