DkmProductionAgent.SendMessage(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.
This API was introduced in Visual Studio 15 Update 2 (DkmApiVersion.VS15Update2).
public:
void SendMessage(cli::array <System::Byte> ^ Message);
public:
void SendMessage(Platform::Array <byte> ^ Message);
void SendMessage(std::Array <byte> const & Message);
public void SendMessage (byte[] Message);
member this.SendMessage : byte[] -> unit
Public Sub SendMessage (Message As Byte())
Parameters
- Message
- Byte[]
[In] The message to send to the agent encoded as a UTF8 string.