Returns the gateway ID that identifies the Gateway instance.
Event Gateway Development
public String getGatewayID()
setGatewayID, "Providing Gateway class service and information routines" in the ColdFusion Developer's Guide.
This method returns a string value that is set by the setGatewayID method.
The following example is the ColdFusion SocketGateway class getGatewayID method:
public String getGatewayID() { return gatewayID; }