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

In This Topic
    RestoreProgressEventHandler Delegate
    In This Topic
    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 _
    ) 
    public delegate void RestoreProgressEventHandler( 
       object sender,
       RestoreProgressEventArgs e
    )

    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