Returns the transfer operation for the File Transfer object.
Syntax
NSFile.TransferOperation
Return Values
The TransferOperation property returns these values.
| Value | Description (HRESULT) |
| 0 | The file transfer object is not in operation. |
| 2 | The file transfer object is in operation. It is ready to receive, it is receiving, or it has finished receiving. |
Remarks
Do not use TransferOperation to determine the status of a transfer. Use TransferStatus or the file transfer events to determine transfer status.
© 1996-1998 Microsoft Corporation. All rights reserved.