ZipTestResultHandler Delegate

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipTestResultHandler Delegate

Delegate invoked during testing if supplied indicating current progress and status.

public delegate void ZipTestResultHandler(
   TestStatus status,
   string message
);

Remarks

If the message is non-null an error has occured. If the message is null the operation as found in status has started.

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

ICSharpCode.SharpZipLib.Zip Namespace