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

EmbeddedMessage..::..Add Method (Int32)

Adds an [int] to the message.

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

Syntax


public EmbeddedMessage Add(

	int value

)

Parameters

value
Type: Int32
The [int] to add.

Return Value

The message that the [int] was added to.

Remarks


This method is simply an alternative way of calling AddInt(Int32).