Whatever message this page gives is out now! Go check it out!
GetGatewayHelper(gatewayID) |
Parameter | Description |
gatewayID | Identifier of the gateway that provides the GatewayHelper object. Must be the Gateway ID of one of the ColdFusion event gateway instances configured on the ColdFusion Administrator Event Gateways section’s Gateways page. |
<h3>GetGatewayHelper Example</h3>
<cfscript>
myHelper = getGatewayHelper(myGatewayID);
status = myHelper.addBuddy(“jsmith”);
</cfscript>