Sets the gateway's nickname (display name).
Boolean = setNickName(name
)
getName, getNickName, getProtocolName, numberOfMessagesReceived, numberOfMessagesSent, "Using the GatewayHelper object" in the ColdFusion Developer's Guide
Parameter |
Description |
---|---|
name |
The display name that you want to associate with this gateway. This name is not guaranteed to be unique for the protocol. |
True if the nickname got set; false, otherwise.
See "GatewayHelper example", in the ColdFusion Developer's Guide, which uses all GatewayHelper class methods.