TibrvTransport::setDescription()
Method
Declaration
TibrvStatussetDescription
(
const char* description);
Purpose
Set the program description parameter of a transport.
Remarks
The description identifies your program to Rendezvous components. Browser administration interfaces display the description string of ordinary transport objects (however they do not display the description string of TibrvCmTransport or TibrvCmQueueTransport objects.
As a debugging aid, we recommend setting a unique description string for each transport. Use a string that distinguishes both the application and the role of the transport within it.
Parameter |
Description |
|
Use this string as the new program description. |