dOPC Client Toolkit
Close
ua.client.TuaServiceCall< CallIn: TuaRequestObj; CallOut: TuaResponseObj>.Run

Calls the OPC UA service call in a blocked mode.

procedure Run(TimeOut: uaInt32 = 0);
__fastcall Run(uaInt32 TimeOut = 0);

Sends your service request to the OPC UA server and returns with a server response in a blocked mode. 

If you want an asynchronous call please use method RunAsync

Parameter
Description
TimeOut
If the UA server does not response in the given milliseconds, the dOPC client raise a timeout exception.
Default value is 0. Which means: use the default timeout value from the global variable uaDefaultTimeout (10 seconds) out of unit ua.client.
Kassl GmbH Copyright © 2024. All rights reserved.