| 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.
            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.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    