Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / SSHString.ProcessReadData Delegate


In This Topic
    SSHString.ProcessReadData Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Function SSHString.ProcessReadData( _
       ByRef buffer() As Byte, _
       ByRef offset As Integer, _
       ByVal count As Integer _
    ) As Integer
    'Usage
     
    Dim instance As New SSHString.ProcessReadData(AddressOf HandlerMethod)
    public delegate int SSHString.ProcessReadData( 
       ref byte[] buffer,
       ref int offset,
       int count
    )

    Parameters

    buffer
    offset
    count
    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