Opc.Ua.Core
SystemContext Constructor(IOperationContext)



Opc.Ua Namespace > SystemContext Class > SystemContext Constructor : SystemContext Constructor(IOperationContext)
The context.
Initializes a new instance of the SystemContext class.
Syntax
'Declaration
 
Public Function New( _
   ByVal context As IOperationContext _
)
'Usage
 
Dim context As IOperationContext
 
Dim instance As New SystemContext(context)
public SystemContext( 
   IOperationContext context
)
public:
SystemContext( 
   IOperationContext^ context
)

Parameters

context
The context.
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

SystemContext Class
SystemContext Members
Overload List