OpcNodeHistoryCommand Class

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll

C#

public abstract class OpcNodeHistoryCommand : OpcNodeServiceCommand


Inheritance ObjectOpcServiceCommandOpcNodeServiceCommand › OpcNodeHistoryCommand


Derived

Name Description
NodeId Gets the node identifier of the node on which a node orientated service have to operate on.
(Inherited from OpcNodeServiceCommand)
SupportsNullNodeId Gets a value indicating whether the OpcNodeServiceCommand supports instances of the OpcNodeId class its IsNull provides a value equals to the value true.
(Inherited from OpcNodeServiceCommand)
Tag Gets or sets the object that contains additional user data about the command.
(Inherited from OpcServiceCommand)
Name Description
DenyNullIdentifier(OpcNodeId, String) Verifies whether the value is a null identifier by checking the IsNull property.
(Inherited from OpcNodeServiceCommand)