User Guide

CFEvent class 987
getCFCTimeout
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 on page 1004,
“CFEvent class
in Chapter 45, “Creating Custom Event Gateways” in ColdFusion MX
Developer’s Guide
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 MX Administrator.