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


In This Topic
StopTransferLogging Method
In This Topic
Stops 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 StartTransferLogging method to start logging.
Syntax
'Declaration
 
Function StopTransferLogging() As ReturnCode
 
'Usage
 
Dim instance As IFileTransfer
Dim value As ReturnCode
 
value = instance.StopTransferLogging()
See Also