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

context
nodesToRead
errors
nodesToProcess
cache

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub HistoryReleaseContinuationPoints( _
   ByVal context As ServerSystemContext, _
   ByVal nodesToRead As IList(Of HistoryReadValueId), _
   ByVal errors As IList(Of ServiceResult), _
   ByVal nodesToProcess As List(Of NodeHandle), _
   ByVal cache As IDictionary(Of NodeId,NodeState) _
) 
C# 
protected virtual void HistoryReleaseContinuationPoints( 
   ServerSystemContext context,
   IList<HistoryReadValueId> nodesToRead,
   IList<ServiceResult> errors,
   List<NodeHandle> nodesToProcess,
   IDictionary<NodeId,NodeState> cache
)

Parameters

context
nodesToRead
errors
nodesToProcess
cache

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.