C-DEngine 5.105

TheStorageMirror<(Of <(<'T>)>)>..::..RemoveItems Method

Removes multiple items from the StorageMirror's underlying MirrorCache and/or IStorageService. If IsRAMStore is false or IsCached is true, the items will be removed from the IStorageService. If either IsRAMStore or IsCached is true, the items will be removed from the MirrorCache.

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void RemoveItems(
	List<T> pList,
	Action<TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse> pCallBack
)
Public Sub RemoveItems ( _
	pList As List(Of T), _
	pCallBack As Action(Of TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse) _
)
public:
void RemoveItems(
	List<T>^ pList, 
	Action<TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse^>^ pCallBack
)

Parameters

pList
Type: List<(Of <(<'T>)>)>
The List of items to remove.
pCallBack
Type: Action<(Of <(<'TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse>)>)>
The callback that will be invoked upon error or completion of the removal.