Click or drag to resize

SFSObjectPutShort Method

Associates the passed short value with the specified key in this object.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void PutShort(
	string key,
	short val
)

Parameters

key
Type: SystemString
The key with which the specified value is to be associated.
val
Type: SystemInt16
The value to be associated with the specified key.

Implements

ISFSObjectPutShort(String, Int16)
See Also