C-DEngine 5.105

TheThingRegistry..::..DeleteOwnedThingAsync Method

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

Syntax


public static Task<bool> DeleteOwnedThingAsync(
	TheMessageAddress thingAddress
)
Public Shared Function DeleteOwnedThingAsync ( _
	thingAddress As TheMessageAddress _
) As Task(Of Boolean)
public:
static Task<bool^>^ DeleteOwnedThingAsync(
	TheMessageAddress^ thingAddress
)