Table of Contents

Method GetStringKeysAsync

Namespace
WhalesSecret.TradeScriptLib.API
Assembly
WhalesSecret.TradeScriptLib.dll

GetStringKeysAsync()

Gets all keys in the persistent storage as strings.

Task<string[]> GetStringKeysAsync()

Returns

Task<string[]>

Array of all persistent storage keys as strings.

Exceptions

DatabaseErrorException

Thrown if a database error occurred.