GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
AbortActionGroup
AddClass
ClassAddRef
ClassAddRefById
ClassRelease
ClassReleaseById
Close
Create
CreateActionGroup
CreateWaitObject
DestroyActionGroup
DestroyWaitObject
Execute
ExecuteAsync
ExecuteResult
ExecuteWait
GetLastError
GetSchema
InsertExternLink
InsertNamedLink
InsertNamedObject
Load
Open
RegisterEventClient
RemoveExternLink
RemoveNamedLink
RemoveNamedObject
ResetActionGroup
SetLastError
SetSchema
Store
UnregisterEventClient
Update
WaitableHandle
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
WinRT API
DTDL
DADL
Setup
UStorage.DestroyActionGroup
Deletes an ActionGroup when you no longer need it.
Syntax
void
DestroyActionGroup(
IntPtr
p_hActionGroup
);
Parameter
p_hActionGroup
Type:
IntPtr
ActionGroup to delete.
Return value
This function has no return value.
Remarks
You should never delete an ActionGroup with pending actions. Call
UStorage.Execute
, [[ExecuteAsync,UStorage]] or
UStorage.AbortActionGroup
first.
© 2025 Mobiland AG