InfoConnect API Guide
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), InfoConnect 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