C-DEngine 5.105

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

Updates the items.

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

Syntax


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

Parameters

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