Show / Hide Table of Contents

Delegate ProgressMessageHandler

Used to advise clients of 'events' while processing archives

Namespace: ICSharpCode.SharpZipLib.Tar
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public delegate void ProgressMessageHandler(TarArchive archive, TarEntry entry, string message);
Parameters
Type Name Description
TarArchive archive
TarEntry entry
System.String message
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors