TipcSrvMonSetIdentStr set the monitoring identification string of this process
srv
connection handle to RTserver
ident_str
identification string
TRUE
if the identification string was successfully set for this process, FALSE
otherwise.
If TipcSrvMonSetIdentStr fails, it returns FALSE
and sets the global SmartSockets error number to:
TipcSrvMonSetIdentStr sets the monitoring identification string for this process. This identification string is used as a descriptive name for the process when it is being monitored. See TipcSrvMonGetIdentStr for more information on monitoring identification strings.
Each RTclient sets the monitoring identification string in TipcSrvMonSetIdentStr. This string is stored in RTserver and is only sent to RTserver when RTclient connects to RTserver. A process that calls TipcSrvMonSetIdentStr after calling TipcSrvConnOpen will be identified incorrectly.
This example sets the monitoring identification string for this process to "Acme Inc. Custom RTclient"
:
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |