A message has been received from the plug-in service.
Namespace:
JHSoftware.SimpleDNS.PluginAssembly: sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)
Syntax
| C# |
|---|
public virtual void MsgFromService( byte[] msg ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub MsgFromService ( _ msg As Byte() _ ) |
| Visual C++ |
|---|
public: virtual void MsgFromService( array<unsigned char>^ msg ) |
Parameters
- msg
- Type: array<System..::.Byte>[]()[]
The message data to send (format/content defined by plug-in)
Remarks
This method is called (via Simple DNS Plus infrastructure) when the IgetHostPlugIn.MsgToViewUI event is raised.