GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
Create
Destroy
AbortTransaction
Connect
Create
CreateTransaction
CreateWaitObject
DestroyTransaction
DestroyWaitObject
Disconnect
DisconnectAll
Execute
ExecuteAsync
ExecuteResult
ExecuteWait
GetConnection
GetDomain
GetLastError
GetSchema
GetStorage
Initialize
InsertNamedObject
IsConnected
LoadData
Open
OpenNamedObject
Query
QueryNamedObject
QueryNamedObjectId
QueryNamedObjectLink
QueryNamedObjectMultiple
QueryStorage
ReleaseAllStorages
ReleaseStorage
RemoveNamedObject
ResetTransaction
StoreData
Uninitialize
WaitableHandle
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup
WDomain.CreateTransaction
Creates a new transaction.
Syntax
IntPtr
CreateTransaction();
Parameter
This function has no parameters.
Return value
Handle to the new transaction.
Remarks
All of a transaction’s write operations are executed atomically first of all, then all of a transaction’s read operations are executed atomically.
Destroy the transaction with
WDomain.DestroyTransaction
when you no longer need it.
You can also use the default transactions Transaction.Store and Transaction.Load if you don’t want to create your own transactions.
© 2022 Mobiland AG