C# Class Opc.Ua.Com.Client.ComClientNodeManager

A node manager for a server that exposes several variables.
Inheritance: Opc.Ua.Server.CustomNodeManager2
Mostrar archivo Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
ComClientNodeManager ( IServerInternal server, string namespaceUri, bool ownsTypeModel ) : System

Initializes the node manager.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

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

Updates the type cache.

Private Methods

Method Description
DoMetadataUpdate ( object state ) : void

Updates the metadata cached for the server.

Method Details

ComClientNodeManager() public method

Initializes the node manager.
public ComClientNodeManager ( IServerInternal server, string namespaceUri, bool ownsTypeModel ) : System
server IServerInternal
namespaceUri string
ownsTypeModel bool
return System

Dispose() protected method

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
return void

StartMetadataUpdates() protected method

Updates the type cache.
protected StartMetadataUpdates ( WaitCallback callback, object callbackData, int initialDelay, int period ) : void
callback WaitCallback
callbackData object
initialDelay int
period int
return void