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


Chapter 13 EventBrowserDef : EventBrowserDef Operations : tibasEventBrowserDef_SetTimeout()

tibasEventBrowserDef_SetTimeout()
Function
Declaration
tibas_status tibasEventBrowserDef_SetTimeout
(tibasEventBrowserDef eventBrowserDef,
tibas_long        timeout)
Purpose
Sets the timeout value for a specified eventBrowserDef.
Parameters
 
The time in milliseconds, or TIBAS_WAIT_FOREVER or TIBAS_NO_WAIT.
Remarks
Use the tibasEventBrowserDef_SetTimeout() function to specify the timeout value associated with a specified eventBrowserDef.
The timeout value can be one of the following:
TIBAS_NO_WAIT Specifies that the browser will not wait before executing another tibasEventBrowser_Next() operation
See Also
tibasEventBrowserDef_Create(), tibasEventBrowserDef_GetTimeout()

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