Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SSHConnectionProtocolChannel Class / EndReceivePayload Method


In This Topic
    EndReceivePayload Method (SSHConnectionProtocolChannel)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndReceivePayload( _
       ByVal packetIOManager As SSHPacketIOManager, _
       ByVal asyncResult As IAsyncResult _
    ) As SSHPacketPayload
    'Usage
     
    Dim instance As SSHConnectionProtocolChannel
    Dim packetIOManager As SSHPacketIOManager
    Dim asyncResult As IAsyncResult
    Dim value As SSHPacketPayload
     
    value = instance.EndReceivePayload(packetIOManager, asyncResult)

    Parameters

    packetIOManager
    asyncResult
    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