Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / SFtp Class / ReceiveRequestPayload Method / ReceiveRequestPayload<PayloadType>(Int32,Boolean) Method


In This Topic
    ReceiveRequestPayload<PayloadType>(Int32,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function ReceiveRequestPayload(Of PayloadType As SSHPacketPayload)( _
       ByVal requestID As Integer, _
       ByVal wait As Boolean _
    ) As PayloadType
    'Usage
     
    Dim instance As SFtp
    Dim requestID As Integer
    Dim wait As Boolean
    Dim value As PayloadType
     
    value = instance.ReceiveRequestPayload(Of PayloadType)(requestID, wait)
    public PayloadType ReceiveRequestPayload<PayloadType>( 
       int requestID,
       bool wait
    )
    where PayloadType: SSHPacketPayload

    Parameters

    requestID
    wait

    Type Parameters

    PayloadType
    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