SharpFS -- A Virtual FileSystem for .NET

FileManager.Finish Method (String, Boolean, FileCompletionHandler)

[This is preliminary documentation and subject to change.]

Forces the caller to wait until a request has been completed.

public void Finish(
   string fileName,
   bool issueRequest,
   FileCompletionHandler callback
);

Parameters

fileName
The file name of the request to wait for.
issueRequest
If true, and fileName has not been previously requested, a new request is submitted.
callback
The delegate to call, if this is a new request.

See Also

FileManager Class | SharpFS Namespace | FileManager.Finish Overload List