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

Wait for an asynchronous Execute to terminate.

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 WDomain.ExecuteAsync and WDomain.ExecuteWait directly after.
© 2022 Mobiland AG