Sends a system message.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
public void SendSysMsg(
	int msg,
	ref sbyte args
)
Visual Basic (Declaration)
Public Sub SendSysMsg ( _
	msg As Integer, _
	ByRef args As SByte _
)
Visual C++
public:
virtual void SendSysMsg(
	int msg, 
	signed char% args
) sealed

Parameters

msg
Type: System..::.Int32
message.
args
Type: System..::.SByte %
arguments.

Implements

IAppServerMgrProxy..::.SendSysMsg(Int32, SByte%)

See Also