BanUserRequest Constructor (Int32, String, BanMode, Int32) |
See BanUserRequest(int, string, BanMode, int, int) constructor.
Namespace:
Sfs2X.Requests
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public BanUserRequest(
int userId,
string message,
BanMode banMode,
int delaySeconds
)
Parameters
- userId
- Type: SystemInt32
- message
- Type: SystemString
- banMode
- Type: Sfs2X.RequestsBanMode
- delaySeconds
- Type: SystemInt32
See Also