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
InsertNamedObject
Load
Open
RegisterEventClient
RemoveNamedObject
ResetActionGroup
SetLastError
SetSchema
Store
UnregisterEventClient
Update
WaitableHandle
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup
UStorage.CreateActionGroup
Creates a new ActionGroup.
Syntax
IntPtr
CreateActionGroup();
Parameter
This function has no parameters.
Return value
The handle to the new ActionGroup.
Remarks
All of an ActionGroup’s write operations are executed atomically first of all, then all of an ActionGroup’s read operations are executed atomically. An ActionGroup is a transaction.
Destroy the ActionGroup with
UStorage.DestroyActionGroup
when you no longer need it.
© 2022 Mobiland AG