BBjWebEventOptions::setThrottle
Description
In BBj 24.00 and higher, this method throttles the client-side BBjWebComponent event handler to the specified delay in milliseconds.
Syntax
Return Value | Method |
---|---|
BBjWebEventOptions | setThrottle(int delay) |
Parameters
Parameter | Description |
---|---|
delay | The throttle delay in milliseconds. |
Return Value
Returns a reference to the BBjWebEventOptions object.
Remarks
By default, BBjWebComponent BBjWebEvents are returned to the server immediately. This setting throttles the client-side BBjWebComponent event handler to the specified delay in milliseconds.
Example
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.