Back to product page

Users property


Holds the channel type.

Type

An Users object

Syntax

  • Basic
object.Users  [= value]    
The Users(object) syntax has these parts:
objectAn expression evaluating to an object of type Channel.

Remarks

The Users property will return a reference to the collection of all users currently using the channel. When a new user connects to the channel, it will be assigned a new User object and added to the collection of users. Each channel holds one such collection.

If the same user has two or more different channels, you will see the user as separate objects (one per channel). This is necessary so that users can be referenced correctly from within wodSSHTunnel's code.

Platforms

Windows