Deletes an entity (if needed) from the underlying storage

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

Syntax

C#
void DeleteEntity(
	Guid entityId
)
Visual Basic (Declaration)
Sub DeleteEntity ( _
	entityId As Guid _
)
Visual C++
void DeleteEntity(
	Guid entityId
)

Parameters

entityId
Type: System..::.Guid
Identifier of the entity to delete

See Also