Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SFtpFile Class / DoRefresh Method / DoRefresh(Attrs) Method
Xceed.SSH.SFtp.Attrs values.


In This Topic
    DoRefresh(Attrs) Method
    In This Topic
    Re-reads the information from the physical file.
    Syntax
    'Declaration
     
    Protected Overloads Sub DoRefresh( _
       ByVal info As Attrs _
    ) 
    'Usage
     
    Dim instance As SFtpFile
    Dim info As Attrs
     
    instance.DoRefresh(info)
    protected void DoRefresh( 
       Attrs info
    )

    Parameters

    info
    Xceed.SSH.SFtp.Attrs values.
    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