NET FTP Library
CheckAsyncTransfer Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : CheckAsyncTransfer Method
Syntax
'Declaration
 
Protected Sub CheckAsyncTransfer( _
   ByVal transferInProgress As System.Boolean _
) 
'Usage
 
Dim instance As FTP
Dim transferInProgress As System.Boolean
 
instance.CheckAsyncTransfer(transferInProgress)
protected void CheckAsyncTransfer( 
   System.bool transferInProgress
)
protected procedure CheckAsyncTransfer( 
    transferInProgress: System.Boolean
); 
protected function CheckAsyncTransfer( 
   transferInProgress : System.boolean
);
protected: void CheckAsyncTransfer( 
   System.bool transferInProgress
) 
protected:
void CheckAsyncTransfer( 
   System.bool transferInProgress
) 

Parameters

transferInProgress
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

Reference

FTP Class
FTP Members