Click or drag to resize

SFSBuddyGetOfflineVariables Method

Retrieves the list of persistent Buddy Variables of this buddy.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public List<BuddyVariable> GetOfflineVariables()

Return Value

Type: ListBuddyVariable
A list of objects representing the offline Buddy Variables.

Implements

BuddyGetOfflineVariables
See Also