TK.PreloadObject (String, String()) Method

Preload main properties from object name. Used to improvement performance while getting object by first ime
Public Shared Sub PreloadObject( _ 
ByVal objectName As String, _ 
ByVal properties As String() _ 
)
This language is not supported or no code example is available.
public static void PreloadObject( 
string objectName
string[] properties 
)
This language is not supported or no code example is available.

Parameters

objectName
string

Object name

properties
string[]

Optional extra tag property names (beyond the standard properties: Value, Quality, Timestamp, Visibility, Locked, Disable, ReadSecurity, WriteSecurity, Min, Max, Deadband)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition