InfoConnect for Unisys
AbortTransfer Method (IFileTransfer)


Aborts an IND$FILE transfer. This method is more drastic than CancelTransfer and may leave the host session in an unpredictable state.
Syntax
'Declaration
 
Sub AbortTransfer() 
'Usage
 
Dim instance As IFileTransfer
 
instance.AbortTransfer()
void AbortTransfer()
Remarks
Use CancelTransfer unless you think the host program has stopped responding.
See Also