nca_set_server_response_time
| Session Functions |
Specifies the server response time.
void nca_set_server_response_time( int servTime);
| servTime | The desired server response time. |
The nca_set_server_response_time function specifies a response timeout for the Oracle NCA server. This is the time the user remains in a listening state after sending a request to the server.
nca_set_server_response_time applies only if the NCA server is running in socket mode. The function has no effect in HTTP mode.
Return Values
No value returned.
Parameterization
All arguments of this function may be parameterized using standard parameterization.
Example
In the following example, the nca_set_server_response_time function specifies a value of 60 seconds.
nca_set_server_response_time(60);
nca_set_window ("ACME Steel");
nca_flex_press_lov("ACME Steel", "Entity", "");
nca_set_window ("Entity");
nca_lov_retrieve_items("Entity",1,8);
nca_lov_select_item("Entity", "3");

