Share via


IDkmCustomMessageAsyncForwardReceiver176 Interface

Definition

Implemented by components that wish to receive custom messages from the IDE or from another Concord component, and process this message asynchronously. This is the async version of IDkmCustomMessageForwardReceiver. Note that only messages sent using the async (DkmWorkList) version of DkmCustomMessage.SendLower will be received through this interface.

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.

This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6).

public interface IDkmCustomMessageAsyncForwardReceiver176
type IDkmCustomMessageAsyncForwardReceiver176 = interface
Public Interface IDkmCustomMessageAsyncForwardReceiver176

Methods

SendLowerAsync(DkmCustomMessage, DkmWorkList, DkmCompletionRoutine<DkmSendLowerAsyncResult>)

Receives a message that was sent using the async (DkmWorkList) version of DkmCustomMessage.SendLower.

Applies to