'Declaration Public Shared Property AutoRetryDelay As Integer
'Usage Dim value As Integer ZipArchive.AutoRetryDelay = value value = ZipArchive.AutoRetryDelay
public static int AutoRetryDelay {get; set;}
'Declaration Public Shared Property AutoRetryDelay As Integer
'Usage Dim value As Integer ZipArchive.AutoRetryDelay = value value = ZipArchive.AutoRetryDelay
public static int AutoRetryDelay {get; set;}
This property is ignored if the value of the NumAutoRetries Property is zero or less.
Automatic retries currently only apply to operations where a zip archive is updated and the required temporary files fail to be moved, renamed or deleted.
This usually happens because another service or application, antivirus software for example, have locked the files.
Combined with the NumAutoRetries Property, the temporary file operations will be tried again, giving the conflicting application time to finish its work.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2