'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