| SvMsgSet Method |
Sets the default message associated with an identifier.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static bool Set(
int id,
string message
)
Public Shared Function Set (
id As Integer,
message As String
) As Boolean
public:
static bool Set(
int id,
String^ message
)
Parameters
- id
- Type: SystemInt32
The identifier. - message
- Type: SystemString
The message.
Return Value
Type:
Booleantrue if
id <=
MAX_ID,
false otherwise.
See Also