Gets an entity from the blob. Additionaly, stores it in cache for future lookups. Thread safe.

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

Syntax

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

Parameters

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

Return Value

The entity as found in the blob.

See Also