TK.GetValueFromHistorianAsync Method

Gets historian value from tag name
Public Shared Function GetValueFromHistorianAsync( _ 
ByVal tagName As String, _ 
ByVal dt As Date
) As Task(Of Double)
This language is not supported or no code example is available.
public static Task<double> GetValueFromHistorianAsync( 
string tagName
DateTime dt 
)
This language is not supported or no code example is available.

Parameters

tagName
string

Tag name

dt
DateTime

DateTime

Return Value

Task<double>

Value

.NET Framework

Supported in: 4.8

In this article

Definition