ZipArchive.IsBusy Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.8944)
IsBusy
Gets a value indicating whether there is any asynchronous operation on the current object in progress.
Declaration
public bool IsBusy { get; }
Property Value
Type | Description |
---|---|
Boolean | True if there is any asynchronous operation in progress; false otherwise. |