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.ExecuteWait
Query the result of an asynchronous action.
Syntax
int
ExecuteWait(
IntPtr
p_hWaitObject
);
Parameter
p_hWaitObject
Type:
IntPtr
Handle to a WaitObject that was used for the Execute call.
Can be null. In this case, the default (global) WaitObject is used.
Return value
S_OK or an error from the
Error Codes
.
Remarks
Execute is the combination of
UStorage.ExecuteAsync
and
UStorage.ExecuteWait
directly after.
© 2022 Mobiland AG