C# Класс Opc.Ua.SystemContext

A generic implementation for ISystemContext interface.
Наследование: ISystemContext, IOperationContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Copy ( IOperationContext context ) : ISystemContext

Creates a copy of the context that can be used with the specified operation context.

SystemContext ( ) : System

Initializes a new instance of the SystemContext class.

SystemContext ( IOperationContext context ) : System

Initializes a new instance of the SystemContext class.

Описание методов

Copy() публичный Метод

Creates a copy of the context that can be used with the specified operation context.
public Copy ( IOperationContext context ) : ISystemContext
context IOperationContext The operation context to use.
Результат ISystemContext

SystemContext() публичный Метод

Initializes a new instance of the SystemContext class.
public SystemContext ( ) : System
Результат System

SystemContext() публичный Метод

Initializes a new instance of the SystemContext class.
public SystemContext ( IOperationContext context ) : System
context IOperationContext The context.
Результат System