Raise this event to send a message to the View UI.

Namespace:  JHSoftware.SimpleDNS.Plugin
Assembly:  sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)

Syntax

C#
event IGetHostPlugIn..::.MsgToViewUIEventHandler MsgToViewUI
Visual Basic (Declaration)
Event MsgToViewUI As IGetHostPlugIn..::.MsgToViewUIEventHandler
Visual C++
 event IGetHostPlugIn..::.MsgToViewUIEventHandler^ MsgToViewUI {
	void add (IGetHostPlugIn..::.MsgToViewUIEventHandler^ value);
	void remove (IGetHostPlugIn..::.MsgToViewUIEventHandler^ value);
}

Remarks

Raising this event calls the ViewUI.MsgFromService method (via Simple DNS Plus infrastructure). Several View UIs may be connected at the same time, for example if the server computer has multiple terminal server sessions open.

See Also