IDkmProductionAgent.SendMessage(DkmProductionAgent, Byte[]) Method
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.
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.