Opc.Ua.Core
Copy Method (SystemContext)



Opc.Ua Namespace > SystemContext Class : Copy Method
The operation context to use.
Creates a copy of the context that can be used with the specified operation context.
Syntax
'Declaration
 
Public Function Copy( _
   ByVal context As IOperationContext _
) As ISystemContext
'Usage
 
Dim instance As SystemContext
Dim context As IOperationContext
Dim value As ISystemContext
 
value = instance.Copy(context)

Parameters

context
The operation context to use.

Return Value

A copy of the system context that references the new operation 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