IDkmCustomMessageForwardReceiver Interface

Definition

Implemented by components that wish to receive custom messages from the IDE or from another Concord component. This is interface is similar to IDkmCustomMessageCallbackReceiver, except that this method requires that the caller be at a higher level in the component hierarchy than the component that receives the (ex: AD7 AL -> Base Debug Monitor). 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 IDkmCustomMessageForwardReceiver
public interface class IDkmCustomMessageForwardReceiver
__interface IDkmCustomMessageForwardReceiver
public interface IDkmCustomMessageForwardReceiver
type IDkmCustomMessageForwardReceiver = interface
Public Interface IDkmCustomMessageForwardReceiver

Methods

SendLower(DkmCustomMessage)

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

Applies to