Gets an entity: from the cache if present, from the blob otherwise. Thread safe.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TEntity GetEntity(
	Guid toGet
)
Visual Basic (Declaration)
Public Function GetEntity ( _
	toGet As Guid _
) As TEntity
Visual C++
public:
TEntity GetEntity(
	Guid toGet
)

Parameters

toGet
Type: System..::.Guid
GUID of the entity to get.

Return Value

The entity as found in the blob.

See Also