TipcMonSetIdentStr set the monitoring identification string of this process
ident_str
identification string
TRUE
if the identification string was successfully set for this process, FALSE
otherwise.
If TipcMonSetIdentStr fails, it returns FALSE
and sets the global SmartSockets error number to:
TipcMonSetIdentStr 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 TipcMonGetIdentStr for more information on monitoring identification strings.
The identification string can also be set with the Monitor_Ident option. See the TIBCO SmartSockets User’s Guide for more information.
Each RTclient sets the monitoring identification string in TipcMonSetIdentStr. This string is stored in RTserver and is only sent to RTserver when RTclient connects to RTserver. A process that calls TipcMonSetIdentStr after calling TipcSrvCreate 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 |