C-DEngine 5.105

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

Removes the items.

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

Syntax


public void RemoveItems(
	List<T> pDetails,
	Action<List<T>> CallBack
)
Public Sub RemoveItems ( _
	pDetails As List(Of T), _
	CallBack As Action(Of List(Of T)) _
)
public:
void RemoveItems(
	List<T>^ pDetails, 
	Action<List<T>^>^ CallBack
)

Parameters

pDetails
Type: List<(Of <(<'T>)>)>
The p details.
CallBack
Type: Action<(Of <(<'List<(Of <(<'T>)>)>>)>)>
The call back.