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

EmbeddedMessage..::..AddLong Method

Adds a Int64 to the message.

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

Syntax


public EmbeddedMessage AddLong(

	long value

)

Parameters

value
Type: Int64
The Int64 to add.

Return Value

The message that the Int64 was added to.