Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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()
See Also