IDkmProductionAgent.SendMessage(DkmProductionAgent, Byte[]) Method

Definition

Send a message to a production agent.

public:
 void SendMessage(Microsoft::VisualStudio::Debugger::DefaultPort::DkmProductionAgent ^ productionAgent, cli::array <System::Byte> ^ message);
public void SendMessage (Microsoft.VisualStudio.Debugger.DefaultPort.DkmProductionAgent productionAgent, byte[] message);
abstract member SendMessage : Microsoft.VisualStudio.Debugger.DefaultPort.DkmProductionAgent * byte[] -> unit
Public Sub SendMessage (productionAgent As DkmProductionAgent, message As Byte())

Parameters

productionAgent
DkmProductionAgent

[In] DkmProductionAgent represents an agent process launched using the StartAgent method of DkmProductionConnection.

message
Byte[]

[In] The message to send to the agent encoded as a UTF8 string.

Applies to