wsGetSubscribers

Returns an array of struct with clientID and subscriberInfo as the keys.

wsGetSubscribers(channel); → returns array

This function requires Adobe ColdFusion 10 and up.  Not supported on Lucee, etc.

Argument Reference

channel string
Required

Channel whose list of subscribers you wish to retrieve.

Examples
Sample code invoking the wsGetSubscribers function


Fork me on GitHub