'Declaration
Protected Overloads Function UpdateChild( _ ByVal context As ISystemContext, _ ByVal decoder As BinaryDecoder _ ) As BaseInstanceState
'Usage
Dim instance As NodeState Dim context As ISystemContext Dim decoder As BinaryDecoder Dim value As BaseInstanceState value = instance.UpdateChild(context, decoder)
protected BaseInstanceState UpdateChild( ISystemContext context, BinaryDecoder decoder )
protected: BaseInstanceState^ UpdateChild( ISystemContext^ context, BinaryDecoder^ decoder )
Parameters
- context
- The context for the system being accessed.
- decoder
- The decoder wrapping the stream to read.
Return Value
The updated child.