Show / Hide Table of Contents

Delegate ZipTestResultHandler

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

Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public delegate void ZipTestResultHandler(TestStatus status, string message);
Parameters
Type Name Description
TestStatus status
System.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.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors