|
getGatewayID
DescriptionReturns
the gateway ID field of the CFEvent object.
CategoryEvent
Gateway Development
SyntaxString getGatewayID(CFEvent event)
ReturnsThe
gateway ID of the CFEvent object, or null.
UsageMost 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.
|