Whatever message this page gives is out now! Go check it out!

getCFCTimeout

Last update:
May 18, 2026

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 structureCFEvent 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. 

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page