Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LocalRepository Class / Refresh Method / Refresh(Boolean,Boolean) Method

In This Topic
    Refresh(Boolean,Boolean) Method
    In This Topic
    Update the local repository with the latest information from the file system
    Syntax
    'Declaration
     
    
    Public Overloads Sub Refresh( _
       ByVal async As Boolean, _
       ByVal force As Boolean _
    ) 
    public void Refresh( 
       bool async,
       bool force
    )

    Parameters

    async
    force
    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