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 FileCloseCallback([OpcArgument("FileHandle", Description = "The file handle associated with the file to close.")] uint fileHandle);


Attributes CLSCompliantAttribute


Parameters

fileHandle UInt32

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