com.onlineobject.objectnet Namespace
com.onlineobject.objectnet.server Namespace

EmbeddedMessage..::..AddInt Method

Adds an Int32 to the message.

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public EmbeddedMessage AddInt(

	int value

)

Parameters

value
Type: Int32
The Int32 to add.

Return Value

The message that the Int32 was added to.