dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / RestoreProgressEventHandler Delegate
The source of the event.
A RestoreProgressEventArgs object that contains the event data.

RestoreProgressEventHandler Delegate
Represents the method that will handle the PgSqlDump.RestoreProgress event of the PgSqlDump class.
Syntax
'Declaration
 
Public Delegate Sub RestoreProgressEventHandler( _
   ByVal sender As Object, _
   ByVal e As RestoreProgressEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A RestoreProgressEventArgs object that contains the event data.
Remarks

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

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