Click or drag to resize

PrivateMessageRequest Constructor (String, Int32)

See PrivateMessageRequest(string, int, ISFSObject) constructor.

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

Parameters

message
Type: SystemString
recipientId
Type: SystemInt32
See Also