IDkmCustomMessageCallbackReceiver Interface
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 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
Send |
Sends a message to a listening component which is higher in the hierarchy. |
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |