tibasEventBrowserDef_SetTimeout()

Sets the timeout value for a specified eventBrowserDef.

Declaration

tibas_status tibasEventBrowserDef_SetTimeout
(tibasEventBrowserDef eventBrowserDef,
tibas_long        timeout)

Parameters

Parameter Description
eventBrowserDef The TIBCO ActiveSpaces entity on which the function is invoked.
timeout 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:

The timeout value in milliseconds.

TIBAS_NO_WAIT
Specifies that the browser will not wait before executing another tibasEventBrowser_Next() operation