Click or drag to resize

UnsubscribeRoomGroupRequest Constructor

Creates a new UnsubscribeRoomGroupRequest instance.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public UnsubscribeRoomGroupRequest(
	string groupId
)

Parameters

groupId
Type: SystemString
The name of the Room Group to unsubscribe.
Remarks
The instance must be passed to the SmartFox.Send method for the request to be performed.
See Also