SmartFoxUserManager Property |
Returns a reference to the User Manager.
Namespace:
Sfs2X
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public IUserManager UserManager { get; }
Property Value
Type:
IUserManagerRemarks
This manager is used internally by the SmartFoxServer 2X API; the reference returned by this property
gives access to the users list, allowing interaction with
User objects.
See Also