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.