C-DEngine 5.105

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

Removes the items by key list.

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

Syntax


public List<T> RemoveItemsByKeyList(
	List<string> pStrKeys,
	Action<T> CallBack
)
Public Function RemoveItemsByKeyList ( _
	pStrKeys As List(Of String), _
	CallBack As Action(Of T) _
) As List(Of T)
public:
List<T>^ RemoveItemsByKeyList(
	List<String^>^ pStrKeys, 
	Action<T>^ CallBack
)

Parameters

pStrKeys
Type: List<(Of <(<'String>)>)>
The p string keys.
CallBack
Type: Action<(Of <(<'T>)>)>
The call back.

Return Value

T.