NET SFTP Library
IsCancelled Property






KellermanSoftware.NetSFtpLibrary Namespace > SFTP Class : IsCancelled Property
If true, the SFTP operation has been cancelled
Syntax
'Declaration
 
Public ReadOnly Property IsCancelled As System.Boolean
'Usage
 
Dim instance As SFTP
Dim value As System.Boolean
 
value = instance.IsCancelled
public System.bool IsCancelled {get;}
public read-only property IsCancelled: System.Boolean; 
public function get IsCancelled : System.boolean
public: __property System.bool get_IsCancelled();
public:
property System.bool IsCancelled {
   System.bool get();
}
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

SFTP Class
SFTP Members