Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / StartTransferLogging Method


In This Topic
StartTransferLogging Method
In This Topic
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()
See Also