com.onlineobject.objectnet Namespace

INetworkEntity<(Of <(<'T, E>)>)>..::..Consume Method

Consumes data from the provided data stream to update the entity's state.

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

Syntax


void Consume(

	IDataStream reader

)

Parameters

reader
Type: com.onlineobject.objectnet..::..IDataStream
The data stream to read data from.