Declared in DataStorageMessageWriter

Declaration

JToken PopData(
    bool includeName
);

Description

Pops the oldest data from the data storage that is tracking the data and returns the JToken data for the object that was being saved. This will go through all the messages stored and will return the oldest data that was saved chronologically on the message track. If adding the include name parameter, when the data is returned, the ‘m_Name’ field will be added to the JSON object with the name of the message type as well as the ‘m_ID’ field with the ID of the message.

Parameters

NameDescription
includeNameA flag whether to include the name of the message in the JSON