ResetFileErrors Method

Resets any outstanding errors for a file.

Syntax

public void ResetFileErrors(string fileId);
Public Sub ResetFileErrors(ByVal FileId As String)

Remarks

This method resets any outstanding file errors, related to the cached file identified by FileId, previously reported via ReadData and/or WriteData events, thus allowing operations on the file to continue. If there are no outstanding errors for the specified file, this method does nothing.

 
 
Copyright (c) 2020 Callback Technologies, Inc. - All rights reserved.
CBFS Cache 2020 .NET Edition - Version 20.0 [Build 7647]