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

EmbeddedMessage..::..Add Method (UInt64)

Adds a [ulong] to the message.

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

Syntax


public EmbeddedMessage Add(

	ulong value

)

Parameters

value
Type: UInt64
The [ulong] to add.

Return Value

The message that the [ulong] was added to.

Remarks


This method is simply an alternative way of calling AddULong(UInt64).