XMLDA.NET Reference
RequestedSamplingRate Property
See Also  Send Feedback
xmldanet.xmlda Namespace > SubscribeRequestItem Class : RequestedSamplingRate Property

Glossary Item Box

The client specifies the rate in milliseconds at which the server should check for value changes. If no item-specific sampling rate is specified, sampling will be based on the rate of the item list. See the section on Data Management Optimization in this document and OPC DA Custom Specification for further detail.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As SubscribeRequestItem
Dim value As Integer
 
instance.RequestedSamplingRate = value
 
value = instance.RequestedSamplingRate
C# 
[XmlAttributeAttribute()]
public int RequestedSamplingRate {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.