PersistenceStorageList Method

Get a dictionary of all keys and values. If called on the main thread, consider using ListAsync(PersistenceStorageStorageType) instead.

Definition

Namespace: Alteruna.Trinity
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public Dictionary<string, string> List(
	PersistenceStorageStorageType type = 2
)

Parameters

type  PersistenceStorageStorageType  (Optional)
 

Return Value

DictionaryString, String
Dictionary of keys and values.

See Also