
- 356 -
Status
Acquires the file transfer status.
■ Syntax
[VB]
Public ReadOnly Property Status As EN_STATUS
[C#]
public EN_STATUS Status {get; }
■ Property
File transfer status
Parameter values
: as listed in EN_STATUS
Default value
: EN_STATUS.READY
■ Exceptions
None
[Ex.] Acquire the file transfer status.
[VB] Dim Status As FileTransfer.EN_STATUS = MyFileTransfer.Status
[C#] FileTransfer.EN_STATUS Status = MyFileTransfer.Status;
Comentarios a estos manuales