TK.HasHistorianAsync Method

Gets if tag name has historian
Public Shared Function HasHistorianAsync( _ 
ByVal name As String
) As Task(Of Boolean)
This language is not supported or no code example is available.
public static Task<bool> HasHistorianAsync( 
string name 
)
This language is not supported or no code example is available.

Parameters

name
string

Tag name

Return Value

Task<bool>

Flag indicating whether tag has historian

.NET Framework

Supported in: 4.8

In this article

Definition