Opc.Ua.Core
Update(ISystemContext,SimpleAttributeOperandCollection,EventFieldList) Method



Opc.Ua Namespace > BaseInstanceState Class > Update Method : Update(ISystemContext,SimpleAttributeOperandCollection,EventFieldList) Method
The context.
The fields selected for the event notification.
The event notification.
Initializes the instance from an event notification.
Syntax
'Declaration
 
Public Overloads Sub Update( _
   ByVal context As ISystemContext, _
   ByVal fields As SimpleAttributeOperandCollection, _
   ByVal e As EventFieldList _
) 
'Usage
 
Dim instance As BaseInstanceState
Dim context As ISystemContext
Dim fields As SimpleAttributeOperandCollection
Dim e As EventFieldList
 
instance.Update(context, fields, e)
public void Update( 
   ISystemContext context,
   SimpleAttributeOperandCollection fields,
   EventFieldList e
)
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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseInstanceState Class
BaseInstanceState Members
Overload List