Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Historian SDK

Synchronous and Asynchronous Methods

The managed HCAL consists of synchronous and asynchronous methods. The synchronous methods are blocking ones, when the control flow does not return to the caller until the operation either succeeds or fails. The asynchronous ones are those that get initiated one time, and then the caller must check whether the asynchronous operation has succeeded or failed. In between those checks the caller can perform some other activities.