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