EasyUA Reference
Update(ISystemContext,SimpleAttributeOperandCollection,EventFieldList) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > BaseInstanceState Class > Update Method : Update(ISystemContext,SimpleAttributeOperandCollection,EventFieldList) Method

context
The context.
fields
The fields selected for the event notification.
e
The event notification.

Glossary Item Box

Initializes the instance from an event notification.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BaseInstanceState
Dim context As ISystemContext
Dim fields As SimpleAttributeOperandCollection
Dim e As EventFieldList
 
instance.Update(context, fields, e)
C# 
public void Update( 
   ISystemContext context,
   SimpleAttributeOperandCollection fields,
   EventFieldList e
)

Parameters

context
The context.
fields
The fields selected for the event notification.
e
The event notification.

Remarks

This method creates components based on the browse paths in the event field and sets the NodeId or Value based on values in the event notification.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.