Opc.Ua.Core
Initialize(ISystemContext,String) Method



Opc.Ua Namespace > NodeState Class > Initialize Method : Initialize(ISystemContext,String) Method
The object that describes how access the system containing the data.
The initialization string that is used to initializes the node.
Initializes the instance with the XML or bnary (array of bytes) representation contained in the string.
Syntax
'Declaration
 
Public Overloads Overridable Sub Initialize( _
   ByVal context As ISystemContext, _
   ByVal initializationString As String _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim initializationString As String
 
instance.Initialize(context, initializationString)
public virtual void Initialize( 
   ISystemContext context,
   string initializationString
)
public:
virtual void Initialize( 
   ISystemContext^ context,
   String^ initializationString
) 

Parameters

context
The object that describes how access the system containing the data.
initializationString
The initialization string that is used to initializes the node.
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

NodeState Class
NodeState Members
Overload List