OpcFileCloseMethodNode Members

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

OpcFileCloseMethodNode(IOpcNode, OpcName, OpcFileCloseMethodNode.FileCloseCallback)

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

C#

public OpcFileCloseMethodNode(IOpcNode parent, OpcName name, OpcFileCloseMethodNode.FileCloseCallback 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 file close method node can be accessed.

callback FileCloseCallback

The FileCloseCallback to call on method invokation of the new file close method node.

OpcFileCloseMethodNode(IOpcNode, OpcName, OpcFileCloseMethodNode.FileCloseExCallback)

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

C#

public OpcFileCloseMethodNode(IOpcNode parent, OpcName name, OpcFileCloseMethodNode.FileCloseExCallback 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 file close method node can be accessed.

callback FileCloseExCallback

The FileCloseExCallback to call on method invokation of the new file close method node.

OpcFileCloseMethodNode(IOpcNode, OpcName, OpcNodeId, OpcFileCloseMethodNode.FileCloseCallback)

Initializes a new instance of the OpcFileCloseMethodNode 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 OpcFileCloseMethodNode(IOpcNode parent, OpcName name, OpcNodeId id, OpcFileCloseMethodNode.FileCloseCallback 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 file close method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new file close method node can be identified and accessed.

callback FileCloseCallback

The FileCloseCallback to call on method invokation of the new file close method node.

OpcFileCloseMethodNode(IOpcNode, OpcName, OpcNodeId, OpcFileCloseMethodNode.FileCloseExCallback)

Initializes a new instance of the OpcFileCloseMethodNode 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 OpcFileCloseMethodNode(IOpcNode parent, OpcName name, OpcNodeId id, OpcFileCloseMethodNode.FileCloseExCallback 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 file close method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new file close method node can be identified and accessed.

callback FileCloseExCallback

The FileCloseExCallback to call on method invokation of the new file close method node.

OpcFileCloseMethodNode(OpcFileCloseMethodNode.FileCloseCallback)

Initializes a new instance of the OpcFileCloseMethodNode class with the FileCloseCallback call given by callback.

C#

public OpcFileCloseMethodNode(OpcFileCloseMethodNode.FileCloseCallback callback)


Parameters

callback FileCloseCallback

The FileCloseCallback to call on method invokation of the new file close method node.

OpcFileCloseMethodNode(OpcFileCloseMethodNode.FileCloseExCallback)

Initializes a new instance of the OpcFileCloseMethodNode class with the FileCloseExCallback call given by callback.

C#

public OpcFileCloseMethodNode(OpcFileCloseMethodNode.FileCloseExCallback callback)


Parameters

callback FileCloseExCallback

The FileCloseExCallback to call on method invokation of the new file close method node.

OpcFileCloseMethodNode(OpcName, OpcFileCloseMethodNode.FileCloseCallback)

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

C#

public OpcFileCloseMethodNode(OpcName name, OpcFileCloseMethodNode.FileCloseCallback callback)


Parameters

name OpcName

The OpcName through that the new file close method node can be accessed.

callback FileCloseCallback

The FileCloseCallback to call on method invokation of the new file close method node.

OpcFileCloseMethodNode(OpcName, OpcFileCloseMethodNode.FileCloseExCallback)

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

C#

public OpcFileCloseMethodNode(OpcName name, OpcFileCloseMethodNode.FileCloseExCallback callback)


Parameters

name OpcName

The OpcName through that the new file close method node can be accessed.

callback FileCloseExCallback

The FileCloseExCallback to call on method invokation of the new file close method node.

OpcFileCloseMethodNode(OpcName, OpcNodeId, OpcFileCloseMethodNode.FileCloseCallback)

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

C#

public OpcFileCloseMethodNode(OpcName name, OpcNodeId id, OpcFileCloseMethodNode.FileCloseCallback callback)


Parameters

name OpcName

The OpcName through that the new file close method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new file close method node can be identified and accessed.

callback FileCloseCallback

The FileCloseCallback to call on method invokation of the new file close method node.

OpcFileCloseMethodNode(OpcName, OpcNodeId, OpcFileCloseMethodNode.FileCloseExCallback)

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

C#

public OpcFileCloseMethodNode(OpcName name, OpcNodeId id, OpcFileCloseMethodNode.FileCloseExCallback callback)


Parameters

name OpcName

The OpcName through that the new file close method node can be accessed.

id OpcNodeId

The OpcNodeId through that the new file close method node can be identified and accessed.

callback FileCloseExCallback

The FileCloseExCallback to call on method invokation of the new file close 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).