OPCDA.NET Reference Manual
RefreshGroup Constructor
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > RefreshGroup Class : RefreshGroup Constructor

Glossary Item Box

Overload List

OverloadDescription
RefreshGroup Constructor(OpcServer,Int32,RefreshEventHandler) Constuctor creates the associated OPC group and the base of the internal cache. The user specified call back handler is called from the internal datacallback and readcomplete event handlers.  
RefreshGroup Constructor(OpcServer,RefreshEventHandler) Constuctor creates the associated OPC group with an update rate of 500ms and the base of the internal cache. The optional user specified call back handler is called from the internal datacallback and readcomplete event handlers.  
RefreshGroup Constructor(OpcServer,DataChangeEventHandler)Constuctor creates the associated OPC group with an update rate of 500ms and the base of the internal cache.
The user specified callback handler is installed in place of the internal handler. This disables the RefreshGroup cache update handling. The user handler has to do all required handling of the callback data.  
RefreshGroup Constructor(OpcServer,DataChangeEventHandler,Int32)Constuctor creates the associated OPC group with the specified update rate and the base of the internal cache.
The user specified callback handler is installed in place of the internal handler. This disables the RefreshGroup cache update handling. The user handler has to do all required handling of the callback data.  

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.