XMLDA.NET Reference
MaxAge Property
See Also  Send Feedback
xmldanet.xmlda Namespace > ReadRequestItemList Class : MaxAge Property

Glossary Item Box

Indicates the requested freshness of the data in number of milliseconds. The data should be no older than this value. If omitted or if the value is 0 at all levels of the hierarchy then the server should return the most accurate data available (which is analogous to a ??DEVICE? read in the COM server ?? reference the corresponding section of the OPC DA Specification to get further clarification on this concept.).

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ReadRequestItemList
Dim value As Integer
 
instance.MaxAge = value
 
value = instance.MaxAge
C# 
[XmlAttributeAttribute()]
public int MaxAge {get; set;}

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.