Click or drag to resize

KickUserRequest Constructor (Int32, String)

See KickUserRequest(int, string, int) constructor.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public KickUserRequest(
	int userId,
	string message
)

Parameters

userId
Type: SystemInt32
message
Type: SystemString
See Also