C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)>..::..AddOrUpdateItem Method (Guid, T, Action<(Of <(<'T>)>)>)

Adds the or update item.

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

Syntax


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

Parameters

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