IDkmCustomStopReceived Interface

Definition

IDkmCustomStopReceived is implemented by components that want to listen for the CustomStop event. IDkmCustomStopReceived is invoked before IDkmCustomStopNotification. From within this notification, it is not possible to cause the target process to execute (no func-eval, no slipping).

The CustomStop event allows a concord component to raise a stopping event to a custom UI component or to a higher level Concord component.

CustomStop events can be suppressed by calling DkmEventDescriptorS.Suppress().

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, SourceId, TransportKind.

public interface class IDkmCustomStopReceived
public interface class IDkmCustomStopReceived
__interface IDkmCustomStopReceived
public interface IDkmCustomStopReceived
type IDkmCustomStopReceived = interface
Public Interface IDkmCustomStopReceived

Methods

OnCustomStopReceived(DkmCustomMessage, DkmThread, Guid, DkmEventDescriptorS)

OnCustomStopReceived is invoked as part of event processing. See interface definition for more information.

Applies to