C-DEngine 5.105

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

Blob and MyEngines

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

Syntax


public void AddOrUpdateItemKey(
	string pStrKey,
	T pDetails,
	Action<T> CallBack
)
Public Sub AddOrUpdateItemKey ( _
	pStrKey As String, _
	pDetails As T, _
	CallBack As Action(Of T) _
)
public:
void AddOrUpdateItemKey(
	String^ pStrKey, 
	T pDetails, 
	Action<T>^ CallBack
)

Parameters

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