TK.BulkTreatAlarm Method

Bulk treat alarms of a tag
Public Shared Function BulkTreatAlarm( _ 
ByVal tagName As String, _ 
ByVal values As Object(), _ 
ByVal qualities As Integer(), _ 
ByVal timestamps As Date() _ 
) As String
This language is not supported or no code example is available.
public static string BulkTreatAlarm( 
string tagName
object[] values
int[] qualities
DateTime[] timestamps 
)
This language is not supported or no code example is available.

Parameters

tagName
string

Array containg objects to insert

values
object[]

Array containg list of values

qualities
int[]

Array containg list of qualities

timestamps
DateTime[]

Array containg list of timestamps in localtime

Return Value

string

If success then returns null else error (string)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition