'Declaration
Public Overloads Overrides Sub Update( _ ByVal context As ISystemContext, _ ByVal decoder As BinaryDecoder, _ ByVal attributesToLoad As NodeState.AttributesToSave _ )
'Usage
Dim instance As BaseInstanceState Dim context As ISystemContext Dim decoder As BinaryDecoder Dim attributesToLoad As NodeState.AttributesToSave instance.Update(context, decoder, attributesToLoad)
public override void Update( ISystemContext context, BinaryDecoder decoder, NodeState.AttributesToSave attributesToLoad )
public: void Update( ISystemContext^ context, BinaryDecoder^ decoder, NodeState.AttributesToSave attributesToLoad ) override
Parameters
- context
- The context for the system being accessed.
- decoder
- The decoder to read from.
- attributesToLoad
- The masks indicating what attributes to read.