Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

A generic implementation for ISystemContext interface.

Namespace: Opc.Ua.Server
Assembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class ServerSystemContext : SystemContext
Visual Basic
Public Class ServerSystemContext _
	Inherits SystemContext
Visual C++
public ref class ServerSystemContext : public SystemContext

Inheritance Hierarchy

System..::..Object
  Opc.Ua..::..SystemContext
    Opc.Ua.Server..::..ServerSystemContext

See Also