SmartFoxServer Silverlight API
SendObjectToGroup Method (obj, userList)
NamespacesSmartFoxClientAPISmartFoxClientSendObjectToGroup(SFSObject, List<(Of <(Int32>)>))
SendObjectToGroup(SFSObject, List<(Of <(Int32>)>), Int32)
Declaration Syntax
C#Visual BasicVisual C++
public void SendObjectToGroup(
	SFSObject obj,
	List<int> userList
)
Public Sub SendObjectToGroup ( _
	obj As SFSObject, _
	userList As List(Of Integer) _
)
public:
void SendObjectToGroup(
	SFSObject^ obj, 
	List<int>^ userList
)
Parameters
obj (SFSObject)
userList (List<(Of <(Int32>)>))

Assembly: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)