InfoConnect API Guide
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), InfoConnect 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()
    ReturnCode StopTransferLogging()
    See Also