C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)>..::..GetEntryByID Method (String)

Gets the entry by identifier.

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

Syntax


public T GetEntryByID(
	string strID
)
Public Function GetEntryByID ( _
	strID As String _
) As T
public:
T GetEntryByID(
	String^ strID
)

Parameters

strID
Type: String
The string identifier.

Return Value

T.