OpcTimedShelveMethodNode Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcTimedShelveMethodNode type exposes the following members.

OpcTimedShelveMethodNode(IOpcNode, OpcName, OpcNodeId, OpcTimedShelveMethodNode.TimedShelveCallback)

Initializes a new instance of the OpcTimedShelveMethodNode class accessible by the name and id specified with the delegate to call defined by callback as a child node of the parent node given.

C#

public OpcTimedShelveMethodNode(IOpcNode parent, OpcName name, OpcNodeId id, OpcTimedShelveMethodNode.TimedShelveCallback callback)


Parameters

parent IOpcNode

The IOpcNode used as the parent node or a null reference (Nothing in Visual Basic) in the case there is no parent node available.

name OpcName

The OpcName through that the new add comment method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new add comment method node can be identified and accessed.

callback TimedShelveCallback

The TimedShelveCallback to call on method invokation of the new add comment method node.

OpcTimedShelveMethodNode(IOpcNode, OpcName, OpcNodeId, OpcTimedShelveMethodNode.TimedShelveExCallback)

Initializes a new instance of the OpcTimedShelveMethodNode class accessible by the name and id specified with the delegate to call defined by callback as a child node of the parent node given.

C#

public OpcTimedShelveMethodNode(IOpcNode parent, OpcName name, OpcNodeId id, OpcTimedShelveMethodNode.TimedShelveExCallback callback)


Parameters

parent IOpcNode

The IOpcNode used as the parent node or a null reference (Nothing in Visual Basic) in the case there is no parent node available.

name OpcName

The OpcName through that the new add comment method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new add comment method node can be identified and accessed.

callback TimedShelveExCallback

The TimedShelveExCallback to call on method invokation of the new add comment method node.

OpcTimedShelveMethodNode(IOpcNode, OpcName, OpcTimedShelveMethodNode.TimedShelveCallback)

Initializes a new instance of the OpcTimedShelveMethodNode class accessible by the name specified with the TimedShelveCallback call given by callback as a child node of the parent node given.

C#

public OpcTimedShelveMethodNode(IOpcNode parent, OpcName name, OpcTimedShelveMethodNode.TimedShelveCallback callback)


Parameters

parent IOpcNode

The IOpcNode used as the parent node or a null reference (Nothing in Visual Basic) in the case there is no parent node available.

name OpcName

The OpcName through that the new add comment method node can be accessed.

callback TimedShelveCallback

The TimedShelveCallback to call on method invokation of the new add comment method node.

OpcTimedShelveMethodNode(IOpcNode, OpcName, OpcTimedShelveMethodNode.TimedShelveExCallback)

Initializes a new instance of the OpcTimedShelveMethodNode class accessible by the name specified with the TimedShelveExCallback call given by callback as a child node of the parent node given.

C#

public OpcTimedShelveMethodNode(IOpcNode parent, OpcName name, OpcTimedShelveMethodNode.TimedShelveExCallback callback)


Parameters

parent IOpcNode

The IOpcNode used as the parent node or a null reference (Nothing in Visual Basic) in the case there is no parent node available.

name OpcName

The OpcName through that the new add comment method node can be accessed.

callback TimedShelveExCallback

The TimedShelveExCallback to call on method invokation of the new add comment method node.

OpcTimedShelveMethodNode(OpcName, OpcNodeId, OpcTimedShelveMethodNode.TimedShelveCallback)

Initializes a new instance of the OpcTimedShelveMethodNode class accessible by the name and id specified with the delegate to call given by callback.

C#

public OpcTimedShelveMethodNode(OpcName name, OpcNodeId id, OpcTimedShelveMethodNode.TimedShelveCallback callback)


Parameters

name OpcName

The OpcName through that the new add comment method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new add comment method node can be identified and accessed.

callback TimedShelveCallback

The TimedShelveCallback to call on method invokation of the new add comment method node.

OpcTimedShelveMethodNode(OpcName, OpcNodeId, OpcTimedShelveMethodNode.TimedShelveExCallback)

Initializes a new instance of the OpcTimedShelveMethodNode class accessible by the name and id specified with the delegate to call given by callback.

C#

public OpcTimedShelveMethodNode(OpcName name, OpcNodeId id, OpcTimedShelveMethodNode.TimedShelveExCallback callback)


Parameters

name OpcName

The OpcName through that the new add comment method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new add comment method node can be identified and accessed.

callback TimedShelveExCallback

The TimedShelveExCallback to call on method invokation of the new add comment method node.

OpcTimedShelveMethodNode(OpcName, OpcTimedShelveMethodNode.TimedShelveCallback)

Initializes a new instance of the OpcTimedShelveMethodNode class accessible by the name specified with the TimedShelveCallback call given by callback.

C#

public OpcTimedShelveMethodNode(OpcName name, OpcTimedShelveMethodNode.TimedShelveCallback callback)


Parameters

name OpcName

The OpcName through that the new add comment method node can be accessed.

callback TimedShelveCallback

The TimedShelveCallback to call on method invokation of the new add comment method node.

OpcTimedShelveMethodNode(OpcName, OpcTimedShelveMethodNode.TimedShelveExCallback)

Initializes a new instance of the OpcTimedShelveMethodNode class accessible by the name specified with the TimedShelveExCallback call given by callback.

C#

public OpcTimedShelveMethodNode(OpcName name, OpcTimedShelveMethodNode.TimedShelveExCallback callback)


Parameters

name OpcName

The OpcName through that the new add comment method node can be accessed.

callback TimedShelveExCallback

The TimedShelveExCallback to call on method invokation of the new add comment method node.

OpcTimedShelveMethodNode(OpcTimedShelveMethodNode.TimedShelveCallback)

Initializes a new instance of the OpcTimedShelveMethodNode class with the TimedShelveCallback call given by callback.

C#

public OpcTimedShelveMethodNode(OpcTimedShelveMethodNode.TimedShelveCallback callback)


Parameters

callback TimedShelveCallback

The TimedShelveCallback to call on method invokation of the new add comment method node.

OpcTimedShelveMethodNode(OpcTimedShelveMethodNode.TimedShelveExCallback)

Initializes a new instance of the OpcTimedShelveMethodNode class with the TimedShelveExCallback call given by callback.

C#

public OpcTimedShelveMethodNode(OpcTimedShelveMethodNode.TimedShelveExCallback callback)


Parameters

callback TimedShelveExCallback

The TimedShelveExCallback to call on method invokation of the new add comment method node.

DefaultTypeDefinitionId

Gets the default identifier which identifies the node that defines the underlying node type from that this OpcInstanceNode has been created.

C#

protected override OpcNodeId DefaultTypeDefinitionId { get; }


Property Value

OpcNodeId

The OpcNodeId of the type node from that this OpcInstanceNode has been created from. These type node defines the typical structure of an instance node of its type definition. If there exists no specific type definition node a null reference (Nothing in Visual Basic).