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.ResetActionGroup

Resets an ActionGroup so that it can be used again.

Syntax

void ResetActionGroup(
IntPtr p_hActionGroup
);

Parameter

p_hActionGroup
Type: IntPtr
ActionGroup to reset.

Return value

This function has no return value.

Remarks

After using this ActionGroup for a call (e.g. UStorage.Execute, etc.) or when you aborted this ActionGroup, you need to call this function if you want to use the ActionGroup again. If you don’t want to use it again, you can also directly destroy it using UStorage.DestroyActionGroup.
© 2022 Mobiland AG