Method GetStringKeysAsync
- Namespace
- WhalesSecret.TradeScriptLib.API
- Assembly
- WhalesSecret.TradeScriptLib.dll
GetStringKeysAsync()
Gets all keys in the persistent storage as strings.
Task<string[]> GetStringKeysAsync()
Returns
Exceptions
- DatabaseErrorException
Thrown if a database error occurred.