|
FtpAsyncResultIsAborted Property
|
Returns true if asynchronous transfer was aborted.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public bool IsAborted { get; }
Public ReadOnly Property IsAborted As Boolean
Get
public:
property bool IsAborted {
bool get ();
}
member IsAborted : bool with get
function get_IsAborted();
View SourceProperty Value
BooleanSee Also