This asynchronous function inserts values and qualities into the history database for the specified timestamps for one or more items. If a value exists at the specified timestamp, the new value shall not be inserted; instead errors shall indicate an error.
This function is intended to insert new values at the specified timestamps; e.g., the insertion of lab data to reflect the time of data collection.
The results are returned via the client's UpdateComplete event handler.
Overload | Description |
---|---|
Insert(Int32,Int32[],DateTime[],Object[],Int32[],Int32[],Int32) | This asynchronous function inserts values and qualities into the history database for the specified timestamps for one or more items. If a value exists at the specified timestamp, the new value shall not be inserted; instead errors shall indicate an error. This function is intended to insert new values at the specified timestamps; e.g., the insertion of lab data to reflect the time of data collection. The results are returned via the client's UpdateComplete event handler. |
Insert(Int32,Int32[],Int64[],Object[],Int32[],Int32[],Int32) | This asynchronous function inserts values and qualities into the history database for the specified timestamps for one or more items. If a value exists at the specified timestamp, the new value shall not be inserted; instead errors shall indicate an error. This function is intended to insert new values at the specified timestamps; e.g., the insertion of lab data to reflect the time of data collection. The results are returned via the client's UpdateComplete event handler. |
Insert(Int32[],Int64[],Object[],Int32[],Int32[]) | This synchronous function inserts values and qualities into the history database at the specified timestamps for one or more items. If a value exists at the specified timestamp, the new value shall not be inserted; instead errors shall indicate an error. This function is intended to insert new values at the specified timestamps; e.g., the insertion of lab data to reflect the time of data collection. |
Insert(Int32[],DateTime[],Object[],Int32[],Int32[]) | This synchronous function inserts values and qualities into the history database at the specified timestamps for one or more items. If a value exists at the specified timestamp, the new value shall not be inserted; instead errors shall indicate an error. This function is intended to insert new values at the specified timestamps; e.g., the insertion of lab data to reflect the time of data collection. |
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x