TK.AddValuesToTagHistorian Method

Add new values to tag historian
Public Shared Function AddValuesToTagHistorian( _ 
ByVal tagNames As String(), _ 
ByVal values As IList(Of Double)(), _ 
ByVal qualities As IList(Of Integer)(), _ 
ByVal timestamps As IList(Of Date)() _ 
) As Boolean()
This language is not supported or no code example is available.
public static bool[] AddValuesToTagHistorian( 
string[] tagNames
IList<double>[] values
IList<int>[] qualities
IList<DateTime>[] timestamps 
)
This language is not supported or no code example is available.

Parameters

tagNames
string[]

Array containg objects to insert

values
IList<double>[]

Array containg list of values to insert to each object

qualities
IList<int>[]

Array containg list of qualities to insert to each object

timestamps
IList<DateTime>[]

Array containg list of timestamps in localtime to insert

Return Value

bool[]

Array containg flags indicating success or error to each object

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition