InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / WRQStopServer Method


In This Topic
    WRQStopServer Method
    In This Topic
    Stops the WRQ/Reflection protocol host server started by WRQStartServer.
    Syntax
    'Declaration
     
    
    Function WRQStopServer() As ReturnCode
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As ReturnCode
     
    value = instance.WRQStopServer()
    ReturnCode WRQStopServer()
    See Also