This asynchronous function is intended to be used to delete specific data from the history database; e.g., lab data that is incorrect and cannot be correctly reproduced.
The results are returned via the client's UpdateComplete event handler.
This function deletes the values and qualities in the history database for the specified timestamps for one or more items.
Overload | Description |
---|---|
DeleteAtTime(Int32,Int32[],DateTime[],Int32,Int32[]) | This asynchronous function is intended to be used to delete specific data from the history database; e.g., lab data that is incorrect and cannot be correctly reproduced. The results are returned via the client's UpdateComplete event handler.
This function deletes the values and qualities in the history database for the specified timestamps for one or more items. |
DeleteAtTime(Int32[],DateTime[],Int32[]) | This synchronous function deletes the values and qualities in the history database for the specified timestamps for one or more items. This function is intended to be used to delete specific data from the history database; e.g., lab data that is incorrect and cannot be correctly reproduced. |
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x