Deletes an entity from the blob. Thread safe.

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

Syntax

C#
public void DeleteEntity(
	Guid toDel
)
Visual Basic (Declaration)
Public Sub DeleteEntity ( _
	toDel As Guid _
)
Visual C++
public:
void DeleteEntity(
	Guid toDel
)

Parameters

toDel
Type: System..::.Guid
The guid of the entity to be deleted.

See Also