C# 클래스 Quickstarts.HistoricalAccessServer.ArchiveFolderBrowser

Browses the references for an archive folder.
상속: Opc.Ua.NodeBrowser
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
ArchiveFolderBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly, ArchiveFolderState source ) : System

Creates a new browser object with a set of filters.

Next ( ) : IReference

Returns the next reference.

비공개 메소드들

메소드 설명
NextChild ( ) : IReference

Returns the next child.

메소드 상세

ArchiveFolderBrowser() 공개 메소드

Creates a new browser object with a set of filters.
public ArchiveFolderBrowser ( ISystemContext context, ViewDescription view, Opc.Ua.NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, Opc.Ua.QualifiedName browseName, IEnumerable additionalReferences, bool internalOnly, ArchiveFolderState source ) : System
context ISystemContext The system context to use.
view Opc.Ua.ViewDescription The view which may restrict the set of references/nodes found.
referenceType Opc.Ua.NodeId The type of references being followed.
includeSubtypes bool Whether subtypes of the reference type are followed.
browseDirection BrowseDirection Which way the references are being followed.
browseName Opc.Ua.QualifiedName The browse name of a specific target (used when translating browse paths).
additionalReferences IEnumerable Any additional references that should be included.
internalOnly bool If true the browser should not making blocking calls to external systems.
source ArchiveFolderState The segment being accessed.
리턴 System

Next() 공개 메소드

Returns the next reference.
public Next ( ) : IReference
리턴 IReference