uaPLUS Reference
ReviseAggregateFilter Method
See Also  Send Feedback
Opc.Ua.Server Namespace > CustomNodeManager2 Class : ReviseAggregateFilter Method

context
handle
samplingInterval
queueSize
filterToUse

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overridable Function ReviseAggregateFilter( _
   ByVal context As ServerSystemContext, _
   ByVal handle As NodeHandle, _
   ByVal samplingInterval As Double, _
   ByVal queueSize As UInteger, _
   ByVal filterToUse As ServerAggregateFilter _
) As StatusCode
C# 
protected virtual StatusCode ReviseAggregateFilter( 
   ServerSystemContext context,
   NodeHandle handle,
   double samplingInterval,
   uint queueSize,
   ServerAggregateFilter filterToUse
)

Parameters

context
handle
samplingInterval
queueSize
filterToUse

Requirements

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

See Also

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