Click or drag to resize

ObjectMessageRequest Constructor (ISFSObject, Room)

See ObjectMessageRequest(ISFSObject, Room, ICollection<User>) constructor.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public ObjectMessageRequest(
	ISFSObject obj,
	Room targetRoom
)

Parameters

obj
Type: Sfs2X.Entities.DataISFSObject
targetRoom
Type: Sfs2X.EntitiesRoom
See Also