C# Класс Opc.Ua.Com.Client.ComClientNodeManager

A node manager for a server that exposes several variables.
Наследование: Opc.Ua.Server.CustomNodeManager2
Показать файл Открыть проект

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

Метод Описание
ComClientNodeManager ( IServerInternal server, string namespaceUri, bool ownsTypeModel ) : System

Initializes the node manager.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

StartMetadataUpdates ( WaitCallback callback, object callbackData, int initialDelay, int period ) : void

Updates the type cache.

Приватные методы

Метод Описание
DoMetadataUpdate ( object state ) : void

Updates the metadata cached for the server.

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

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

Initializes the node manager.
public ComClientNodeManager ( IServerInternal server, string namespaceUri, bool ownsTypeModel ) : System
server IServerInternal
namespaceUri string
ownsTypeModel bool
Результат System

Dispose() защищенный Метод

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

StartMetadataUpdates() защищенный Метод

Updates the type cache.
protected StartMetadataUpdates ( WaitCallback callback, object callbackData, int initialDelay, int period ) : void
callback WaitCallback
callbackData object
initialDelay int
period int
Результат void