C-DEngine 5.105

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

Blob and MyEngines

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

Syntax


public void RemoveAnItemByID(
	Guid pKey,
	Action<T> CallBack
)
Public Sub RemoveAnItemByID ( _
	pKey As Guid, _
	CallBack As Action(Of T) _
)
public:
void RemoveAnItemByID(
	Guid^ pKey, 
	Action<T>^ CallBack
)

Parameters

pKey
Type: Guid
The p key.
CallBack
Type: Action<(Of <(<'T>)>)>
The call back.