Skip to content

3f62ab1b 5273 10fe b802 4819c5155bc2

AnyOldName3 edited this page Apr 12, 2017 · 1 revision

Source.CleanupFileHandle Method

Called when the last handle for a file has been closed, but not necessarily released. This is an appropriate place to delete the file if DeleteOnClose is set. This must recursively call the predecessor version if the predecessor source may have been invloved in any operations with this context.

Namespace: LVFS.External
Assembly: LVFS (in LVFS.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public abstract bool CleanupFileHandle(
	string path,
	LVFSContextInfo info
)

VB

Public MustOverride Function CleanupFileHandle ( 
	path As String,
	info As LVFSContextInfo
) As Boolean

C++

public:
virtual bool CleanupFileHandle(
	String^ path, 
	LVFSContextInfo^ info
) abstract

F#

abstract CleanupFileHandle : 
        path : string * 
        info : LVFSContextInfo -> bool 

Parameters

 

path
Type: System.String
The path to the file
info
Type: LVFS.External.LVFSContextInfo
The information for the context

Return Value

Type: Boolean
True if the operation is successful

See Also

Reference

Source Class
LVFS.External Namespace

Clone this wiki locally