Description
Gets the time-out, in seconds, for the listener CFC to process the event request.
Category
Event Gateway Development
Syntax
String getCFCTimeout() |
See also
getCFCMethod, getCFCPath, setCFCTimeout, CFML CFEvent structure, CFEvent class in Event gateway elements in the Developing ColdFusion Applications
Returns
The listener CFC time-out, in seconds, as set by the setCFCTimeout method, or null.
Usage
Most gateways do not need to use this function.When ColdFusion calls a listener CFC method to process the event, and the CFC does not process the event in the specified time-out period, ColdFusion terminates the request and logs an error in application.log file. By default ColdFusion uses the Timeout Request value set on the Server Settings page in the ColdFusion Administrator.