User Guide
CFEvent class 989
getGatewayID
Description
Returns the gateway ID field of the CFEvent object.
Category
Event Gateway Development
Syntax
String getGatewayID(CFEvent event)
See also
CFEvent
, “CFML CFEvent structure” on page 1004, “CFEvent class” in Chapter 45, “Creating
Custom Event Gateways” in ColdFusion MX Developer’s Guide
Returns
The gateway ID of the CFEvent object, or null.
Usage
Most gateways do not need to use this method. The gateway ID is set in the CFEvent constructor
and normally corresponds to the gateway that is handling the event.