SharpFS -- A Virtual FileSystem for .NET

FileManager.Finish Method (String, Boolean)

[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
);

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.

See Also

FileManager Class | SharpFS Namespace | FileManager.Finish Overload List