Sends an SNMP compliant message to a Network Management Station (NMS).
|
Syntax:
|
SNMPNotify(message, severity)
|
Parameters:
|
message – An Alpha string.
severity – A value from 1 (highest) to 3.
|
Returns:
|
A logical value.
The function will return False if the message could not be sent to the NMS.
|
Example:
|
SNMPNotify('The transaction failed',1)
|
Note:
|
This function should be used for application error messages.
|
Exceptions:
|
This function is not supported for Rich Client tasks.
|