Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 15 Administration : tibemsAdmin : tibemsAdmin_SetCommandTimeout

tibemsAdmin_SetCommandTimeout
Function
Purpose
Sets the command timeout.
C Declaration
tibems_status tibemsAdmin_SetCommandTimeout(
    tibemsAdmin admin,
    tibems_long timeout);
COBOL Call
CALL "tibemsAdmin_SetCommandTimeout"
 USING BY VALUE admin,
       BY VALUE timeout,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
Sets the command timeout. The command timeout determines how long, in milliseconds, the command waits for the server to respond. If the server does not respond within the timeout limit, the command throws an exception. The default timeout is 60000 (60 seconds).
See Also
tibemsAdmin_GetCommandTimeout on page 432
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved