'Declaration Public Shared Property NumAutoRetries As Integer
'Usage Dim value As Integer ZipArchive.NumAutoRetries = value value = ZipArchive.NumAutoRetries
public static int NumAutoRetries {get; set;}
'Declaration Public Shared Property NumAutoRetries As Integer
'Usage Dim value As Integer ZipArchive.NumAutoRetries = value value = ZipArchive.NumAutoRetries
public static int NumAutoRetries {get; set;}
No retries will be attempted if the value of the 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 AutoRetryDelay 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