Loupe - Log - Monitor - Resolve
Gibraltar.Data.Internal Namespace / RepositoryMaintenance Class / RepositoryMaintenance Constructor / RepositoryMaintenance Constructor(String,Boolean)
Indicates if the maintenance process should log its actions.

In This Topic
    RepositoryMaintenance Constructor(String,Boolean)
    In This Topic
    Create a repository maintenance object for the provided repository without the ability to perform pruning.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal repositoryPath As String, _
       ByVal loggingEnabled As Boolean _
    )
    public RepositoryMaintenance( 
       string repositoryPath,
       bool loggingEnabled
    )

    Parameters

    repositoryPath
    loggingEnabled
    Indicates if the maintenance process should log its actions.
    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