Send a message to the plug-in service.
Namespace:
JHSoftware.SimpleDNS.PluginAssembly: sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)
Syntax
| C# |
|---|
protected void SendMsgToService( byte[] msg ) |
| Visual Basic (Declaration) |
|---|
Protected Sub SendMsgToService ( _ msg As Byte() _ ) |
| Visual C++ |
|---|
protected: void SendMsgToService( array<unsigned char>^ msg ) |
Parameters
- msg
- Type: array<System..::.Byte>[]()[]
The message data to send (format/content defined by plug-in)
Remarks
This method calls the IGetHostPlugIn.MsgFromViewUI method (via Simple DNS Plus infrastructure)