OpcFileCloseMethodNode.FileCloseCallback Delegate

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

Closes the file represented. When a client closes a file the handle becomes invalid.

C#

[CLSCompliant(false)]
public delegate void OpcFileCloseMethodNode.FileCloseCallback(uint fileHandle)


Attributes CLSCompliantAttribute


Parameters

fileHandle UInt32

A file handle indicating the access request and thus indirectly the position inside the file.