PersistenceStorageDelete Method

Delete by key.

Definition

Namespace: Alteruna.Trinity
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public void Delete(
	string key,
	PersistenceStorageStorageType type = 2
)

Parameters

key  String
target
type  PersistenceStorageStorageType  (Optional)
type of storage

See Also