DkmLoadCompleteEventDeferral.Remove Method

Definition

Removes the load complete defer request. This method must be called on the event thread is response to a stopping/pausing event. If the base debug monitor has already called DkmProcess.OnLoadComplete prior to the final call to Remove, the final call to Remove will then fire the load complete event.

Location constraint: API must be called from a Monitor component (component level < 100,000).

This API was introduced in Visual Studio 12 Update 2 (DkmApiVersion.VS12Update2).

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

Exceptions

E_LOAD_COMPLETE_DEFERRAL_NOT_FOUND indicates that Remove was called on a deferral object was was not in the list of active deferrals.

Applies to