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

Glossary Item Box

If True, the client is requesting that the server use the RequestedSamplingRate to check for value changes and save all changes in a buffer for return to the client at the next SubscriptionPolledRefresh request.
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 Boolean
 
instance.EnableBuffering = value
 
value = instance.EnableBuffering
C# 
[XmlAttributeAttribute()]
public bool EnableBuffering {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.