IOpcNodeHistoryPage<T> Members

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

Index

C#

int Index { get; }


Property Value

Int32

Item[OpcNodeId]

C#

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


Property Value

IEnumerable<T>

ToValueDictionary()

C#

IDictionary<OpcNodeId, T> ToValueDictionary()


Returns

IDictionary<OpcNodeId, T>

ToValuesDictionary()

C#

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


Returns

IDictionary<OpcNodeId, IEnumerable>