IOpcNodeHistoryNavigator<T> Members

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The IOpcNodeHistoryNavigator<T> interface defines the following members.

CurrentPage

C#

IOpcNodeHistoryPage<T> CurrentPage { get; }


Property Value

IOpcNodeHistoryPage<T>

Item[OpcNodeId]

C#

IEnumerable<T> this[OpcNodeId nodeId] { get; }


Property Value

IEnumerable<T>



Exceptions

ObjectDisposedException


Close()

C#

void Close()

MoveNextPage()

C#

bool MoveNextPage()


Returns

Boolean



Exceptions

ObjectDisposedException


ToValueDictionary()

C#

IDictionary<OpcNodeId, T> ToValueDictionary()


Returns

IDictionary<OpcNodeId, T>



Exceptions

ObjectDisposedException


ToValueDictionary(Int32)

C#

IDictionary<OpcNodeId, T> ToValueDictionary(int pageIndex)


Parameters

pageIndex Int32



Returns

IDictionary<OpcNodeId, T>



Exceptions

ObjectDisposedException


ToValuesDictionary()

C#

IDictionary<OpcNodeId, IEnumerable<T>> ToValuesDictionary()


Returns

IDictionary<OpcNodeId, IEnumerable>



Exceptions

ObjectDisposedException


ToValuesDictionary(Int32)

C#

IDictionary<OpcNodeId, IEnumerable<T>> ToValuesDictionary(int pageIndex)


Parameters

pageIndex Int32



Returns

IDictionary<OpcNodeId, IEnumerable>



Exceptions

ObjectDisposedException