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

EmbeddedMessage..::..Add Method (Int64)

Adds a [long] to the message.

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

Syntax


public EmbeddedMessage Add(

	long value

)

Parameters

value
Type: Int64
The [long] to add.

Return Value

The message that the [long] was added to.

Remarks


This method is simply an alternative way of calling AddLong(Int64).