Reflection
StartTransferLogging Method


Initiates file transfer logging. When TransferLoggingEnabled is True (the default value), Reflection stores file transfer information to a log file specified by the TransferLogFileName property. Use StopTransferLogging method to stop logging.
Syntax
'Declaration
 
Function StartTransferLogging() As ReturnCode
'Usage
 
Dim instance As IFileTransfer
Dim value As ReturnCode
 
value = instance.StartTransferLogging()
ReturnCode StartTransferLogging()
See Also