dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDumpProgressEventArgs Class
Members

MySqlDumpProgressEventArgs Class
Provides data for the MySqlDump.Progress event.
Syntax
'Declaration
 
Public NotInheritable Class MySqlDumpProgressEventArgs 
   Inherits System.EventArgs
 
Remarks

This event can be generated by two methods: Backup and Restore.

When Restore method is in progress, only two properties of MySqlDumpProgressEventArgs have meaning, MaxProgress and Progress.

Note: This class is not available in .NET Standard 1.3 compatible assembly. It is available only in the assembly for full .NET Framework and .NET Standard 2.0 compatible assembly.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Devart.Data.MySql.MySqlDumpProgressEventArgs

Requirements

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

See Also