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

EmbeddedMessage..::..AddULong Method

Adds a UInt64 to the message.

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

Syntax


public EmbeddedMessage AddULong(

	ulong value

)

Parameters

value
Type: UInt64
The UInt64 to add.

Return Value

The message that the UInt64 was added to.