IDkmCustomMessageCallbackReceiver Interface

Definition

Implemented by components that wish to receive custom messages from another Concord component. This is interface is similar to IDkmCustomMessageForwardReceiver, except that this method requires that the caller be at a lower level in the component hierarchy than the component that receives the notification (ex: Base Debug Monitor -> AD7 AL). Implementers of this interface typically use a SourceId filter.

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 IDkmCustomMessageCallbackReceiver
public interface class IDkmCustomMessageCallbackReceiver
__interface IDkmCustomMessageCallbackReceiver
public interface IDkmCustomMessageCallbackReceiver
type IDkmCustomMessageCallbackReceiver = interface
Public Interface IDkmCustomMessageCallbackReceiver

Methods

SendHigher(DkmCustomMessage)

Sends a message to a listening component which is higher in the hierarchy.

Applies to