| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As NodeState Dim context As ISystemContext Dim decoder As BinaryDecoder Dim attributesToLoad As NodeState.AttributesToSave instance.Update(context, decoder, attributesToLoad) | |
| C# | |
|---|---|
| public virtual void Update( ISystemContext context, BinaryDecoder decoder, NodeState.AttributesToSave attributesToLoad ) | |
Parameters
- context
- The context for the system being accessed.
- decoder
- The decoder to read from.
- attributesToLoad
- The masks indicating what attributes to read.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    