BBjWebEventOptions::getThrottle
Description
In BBj 24.00 and higher, this method returns true if BBjWebEventOptions::setThrottle was previously invoked.
Syntax
Return Value | Method |
---|---|
boolean | getThrottle() |
Parameters
None.
Return Value
Returns true (1) if BBjWebEventOptions::setThrottle was previously invoked or returns false (0) if it was not previously invoked.
Remarks
By default, BBjWebComponent BBjWebEvents are not throttled; they are reported to the server immediately.
Example
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.