PersistenceStorageListAsync Method

Get a dictionary of all keys and values asynchronously.

Definition

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

Parameters

type  PersistenceStorageStorageType  (Optional)
 

Return Value

TaskDictionaryString, String
Dictionary of keys and values.

See Also