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


Chapter 15 Administration : tibemsAdmin : tibemsAdmin_GetCommandTimeout

tibemsAdmin_GetCommandTimeout
Function
Purpose
Get the command timeout.
C Declaration
tibems_status tibemsAdmin_GetCommandTimeout(
    tibemsAdmin admin,
    tibems_long* timeout);
COBOL Call
CALL "tibemsAdmin_GetCommandTimeout"
 USING BY VALUE admin,
       BY REFERENCE timeout,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
Gets the command timeout in milliseconds. The command timeout determines how long to wait for the server to respond to a command. 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_SetCommandTimeout on page 448
 

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