Loupe - Log - Monitor - Resolve
Gibraltar.Data.Internal Namespace / RepositoryMaintenance Class / PerformMaintenance Method
True to have maintenance performed on a background thread, allowing the current process to continue.

In This Topic
    PerformMaintenance Method
    In This Topic
    Run the maintenance cycle.
    Syntax
    'Declaration
     
    
    Public Sub PerformMaintenance( _
       ByVal asyncronous As Boolean _
    ) 
    public void PerformMaintenance( 
       bool asyncronous
    )

    Parameters

    asyncronous
    True to have maintenance performed on a background thread, allowing the current process to continue.
    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