Description
Gets the number of messages received by the gateway since it was started.
Syntax
integer = numberOfMessagesReceived() |
See also
getName, getNickName, getProtocolName, numberOfMessagesSent, setNickName, Using the GatewayHelper object in the Developing ColdFusion Applications
Returns
The number of messages received by the gateway since it was started.
Example
See GatewayHelper example in Using the GatewayHelper object in the Developing ColdFusion Applications, which uses all GatewayHelper class methods.