The EasyUA client SDK added Task based asynchronous methods

The EasyUA Client SDK is updated with:

  • Support for .Net4.8.1, .Net6.0, .Net8.0, .Net10.0
  • Added Task based asynchronous methods 
  • .NET UA stack V1.5.377.22 communication

The Task based asynchronous methods are more convenient than the old style begin/end asynchronous methods.
The Windows UaSampleClient (provided in source code) calls many UA features using synchronous or asynchronous methods depending in the mode selection checkbox state.

Loading...