SmartFoxBuddyManager Property |
Returns a reference to the Buddy Manager.
Namespace:
Sfs2X
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public IBuddyManager BuddyManager { get; }
Property Value
Type:
IBuddyManagerRemarks
This manager is used internally by the SmartFoxServer 2X API; the reference returned by this property
gives access to the buddies list, allowing interaction with
Buddy and
BuddyVariable objects and access to user properties in the
Buddy List system.
See Also