Click or drag to resize
SvMsgAppliDebug Method
Gets a new SvMsg as an APPLI_DEBUG.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public static SvMsg AppliDebug(
	string msg
)

Parameters

msg
Type: SystemString
The message description.

Return Value

Type: SvMsg
The new debug SvMsg object.
Remarks
Equivalent to new  SvMsg(APPLI_DEBUG, MV_DEBUG, msg).
See Also