Delegate DataStorageHelper.DataStorageUpdatedHandler
- Namespace
- Archipelago.MultiClient.Net.Helpers
- Assembly
- Archipelago.MultiClient.Net.dll
Delegate for the callback that is called when a value in the data storage is updated
public delegate void DataStorageHelper.DataStorageUpdatedHandler(JToken originalValue, JToken newValue, Dictionary<string, JToken> additionalArguments)
Parameters
originalValue
JTokenThe original value before the update
newValue
JTokenthe current value
additionalArguments
Dictionary<string, JToken>the additional arguments passed to the set operation