C-DEngine 5.105

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

Adds an item.

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

Syntax


public void AddAnItem(
	Guid pID,
	T pDetail,
	Action<T> CallBack
)
Public Sub AddAnItem ( _
	pID As Guid, _
	pDetail As T, _
	CallBack As Action(Of T) _
)
public:
void AddAnItem(
	Guid^ pID, 
	T pDetail, 
	Action<T>^ CallBack
)

Parameters

pID
Type: Guid
The p identifier.
pDetail
Type: T
The p detail.
CallBack
Type: Action<(Of <(<'T>)>)>
The call back.