C-DEngine 5.105

TheStorageMirror<(Of <(<'T>)>)>..::..AddAnItem Method (String, T)

Adds a single item to the StorageMirror's underlying MirrorCache and/or IStorageService.

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

Syntax


public void AddAnItem(
	string pKey,
	T pDetails
)
Public Sub AddAnItem ( _
	pKey As String, _
	pDetails As T _
)
public:
void AddAnItem(
	String^ pKey, 
	T pDetails
)

Parameters

pKey
Type: String
The ID for the item that will be used to identify it in the StorageMirror.
pDetails
Type: T
The item to be added.