C-DEngine 5.105

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

Gets the entry by identifier.

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

Syntax


public T GetEntryByID(
	Guid ID
)
Public Function GetEntryByID ( _
	ID As Guid _
) As T
public:
T GetEntryByID(
	Guid^ ID
)

Parameters

ID
Type: Guid
The identifier.

Return Value

T.