C-DEngine 5.105

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

Removes an item by key.

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

Syntax


public T RemoveAnItemByKey(
	string pStrKey,
	Action<T> CallBack
)
Public Function RemoveAnItemByKey ( _
	pStrKey As String, _
	CallBack As Action(Of T) _
) As T
public:
T RemoveAnItemByKey(
	String^ pStrKey, 
	Action<T>^ CallBack
)

Parameters

pStrKey
Type: String
The p string key.
CallBack
Type: Action<(Of <(<'T>)>)>
The call back.

Return Value

T.