SharpFS -- A Virtual FileSystem for .NET

FileManager.Finish Method

[This is preliminary documentation and subject to change.]

Forces the caller to wait until a request has completed.

Overload List

Forces the caller to wait until a request has completed.

public void Finish(string);

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

public void Finish(string,bool);

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

public void Finish(string,bool,FileCompletionHandler);

See Also

FileManager Class | SharpFS Namespace