uaPLUS Reference
Initialize Method
See Also  Send Feedback
Opc.Ua.Server Namespace > AggregateCalculator Class : Initialize Method

aggregateId
startTime
endTime
processingInterval
stepped
configuration

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Sub Initialize( _
   ByVal aggregateId As NodeId, _
   ByVal startTime As Date, _
   ByVal endTime As Date, _
   ByVal processingInterval As Double, _
   ByVal stepped As Boolean, _
   ByVal configuration As AggregateConfiguration _
) 
C# 
protected void Initialize( 
   NodeId aggregateId,
   DateTime startTime,
   DateTime endTime,
   double processingInterval,
   bool stepped,
   AggregateConfiguration configuration
)

Parameters

aggregateId
startTime
endTime
processingInterval
stepped
configuration

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.