Gets a value indicating whether there any operation (method) in progress. This is used only when FTP protocol is used.

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

Visual Basic
Public ReadOnly Property IsBusy As Boolean
	Get
C#
public bool IsBusy { get; }

Return Value

True if there is any operation in progress; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also