Click or drag to resize

SetBuddyVariablesRequest Constructor

Creates a new SetBuddyVariablesRequest instance.

Namespace:  Sfs2X.Requests.Buddylist
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public SetBuddyVariablesRequest(
	List<BuddyVariable> buddyVariables
)

Parameters

buddyVariables
Type: System.Collections.GenericListBuddyVariable
A list of objects representing the Buddy Variables to be set.
Remarks
The instance must be passed to the SmartFox.Send method for the request to be performed.
See Also