IDkmCustomMessageForwardReceiver Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Starting in 17.6, there is an async alternative to this interface: IDkmCustomMessageAsyncForwardReceiver176.
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. |