C# 클래스 Opc.Ua.Com.Client.ComClientNodeManager

A node manager for a server that exposes several variables.
상속: Opc.Ua.Server.CustomNodeManager2
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
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