JoinRoomInvitationRequest Constructor (Room, ListString, ISFSObject, Int32) |
See JoinRoomInvitationRequest(Room, List<string>, ISFSObject, int, bool) constructor.
Namespace:
Sfs2X.Requests.Game
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public JoinRoomInvitationRequest(
Room targetRoom,
List<string> invitedUserNames,
ISFSObject parameters,
int expirySeconds
)
Parameters
- targetRoom
- Type: Sfs2X.EntitiesRoom
- invitedUserNames
- Type: System.Collections.GenericListString
- parameters
- Type: Sfs2X.Entities.DataISFSObject
- expirySeconds
- Type: SystemInt32
See Also